Skip to content

Commit

Permalink
[misc] Updated tests after XCOMMONS-596
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumitriu committed May 25, 2014
1 parent 5585f9b commit 5b28f2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ onRawText [<p>a <strong>b</strong> c
</pre>
<p> Some <span> text
</span>
<!--comment--> another <script>//<![CDATA[

<!--comment--> another <script>/*<![CDATA[*/
hello world

//]]></script>
/*]]>*/</script>
</p>] [xhtml/1.0]
endMacroMarkerStandalone [html] [wiki=true] [a <strong>b</strong> c
<pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ onRawText [<pre>
</pre>
<p> Some <span> text
</span>
<!--comment--> another <script>//<![CDATA[

<!--comment--> another <script>/*<![CDATA[*/
hello world

//]]></script>
/*]]>*/</script>
</p>] [xhtml/1.0]
endMacroMarkerStandalone [html] [] [<pre>
newline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ beginMacroMarkerStandalone [html] [] [<script type="text/javascript">
alert("Hello, World")
// ]]>
</script>]
onRawText [<script type="text/javascript">//<![CDATA[

onRawText [<script type="text/javascript">/*<![CDATA[*/
//
if (2 > 1)
alert("Hello, World")
//

//]]></script>] [xhtml/1.0]
/*]]>*/</script>] [xhtml/1.0]
endMacroMarkerStandalone [html] [] [<script type="text/javascript">
//<![CDATA[
if (2 > 1)
Expand Down

0 comments on commit 5b28f2d

Please sign in to comment.