diff options
Diffstat (limited to 'html/subx/examples/ex6.subx.html')
-rw-r--r-- | html/subx/examples/ex6.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/examples/ex6.subx.html b/html/subx/examples/ex6.subx.html index e06a0885..d2d01bed 100644 --- a/html/subx/examples/ex6.subx.html +++ b/html/subx/examples/ex6.subx.html @@ -84,9 +84,9 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr">27 </span> <span id="L28" class="LineNr">28 </span>== data <span id="L29" class="LineNr">29 </span> -<span id="L30" class="LineNr">30 </span><span class="SpecialChar"><a href='ex6.subx.html#L30'>Size</a></span>: <span class="subxComment"># size of string</span> +<span id="L30" class="LineNr">30 </span><span class="SpecialChar">Size</span>: <span class="subxComment"># size of string</span> <span id="L31" class="LineNr">31 </span> 0e 00 00 00 <span class="subxComment"># 14</span> -<span id="L32" class="LineNr">32 </span><span class="SpecialChar"><a href='ex6.subx.html#L32'>X</a></span>: <span class="subxComment"># string to print</span> +<span id="L32" class="LineNr">32 </span><span class="SpecialChar">X</span>: <span class="subxComment"># string to print</span> <span id="L33" class="LineNr">33 </span> 48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 0a 00 <span id="L34" class="LineNr">34 </span><span class="subxComment"># H e l l o , ␣ w o r l d ! newline null</span> <span id="L35" class="LineNr">35 </span> |