projects
/
emacs-init.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some updates
[emacs-init.git]
/
nxhtml
/
tests
/
in
/
chunks-in-chunks1.php
1
$a = <<<EOTHTML
2
3
<p>stuff</p>
4
5
EOTHTML;
6
7
8
$b = <<<EOT
9
10
<h2><a href="/">stuff</a></h2>
11
12
EOT;
13
14
$c = <<<EOT
15
16
<button onclick="a()">test</button>
17
18
19
EOT;