mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
14 lines
360 B
HTML
14 lines
360 B
HTML
<!DOCTYPE html>
|
|
<title>Variable reference without whitespace - reference</title>
|
|
<link rel=author title="Simon Sapin" href=http://exyr.org/about/>
|
|
<p>The next four lines must be identical, containing only zeroes:
|
|
<p>0 0 0
|
|
<p>0 0 0
|
|
<p>0 0 0
|
|
<p>0 0 0
|
|
|
|
<p>The next four lines must be identical, containing increasing integers:
|
|
<p>1 2 3
|
|
<p>1 2 3
|
|
<p>1 2 3
|
|
<p>1 2 3
|