summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/chunks-in-chunks1.php
blob: 007bc6692f330a9d1000ae94303188ed6267d8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$a = <<<EOTHTML

<p>stuff</p>

EOTHTML;


$b = <<<EOT

    <h2><a href="/">stuff</a></h2>

EOT;

$c = <<<EOT

<button onclick="a()">test</button>


EOT;