Skip to content

Commit

Permalink
Minor changes to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
rep-movsd committed Jul 12, 2017
1 parent 81117c8 commit 97417cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 75 deletions.
17 changes: 1 addition & 16 deletions test/invalid_syntax_error.spt
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
R"*(
<HTML>
/DIV>
Halloo
</DIV>

<DIV>
Guten tag
</DIV>
<IMG/>
<IMG/>
<P>
Hi
</P>
</HTML>

<HTML>
<DIV>
Hell
Missing open angle bracket
</DIV>
</HTML>
)*"_html;
17 changes: 1 addition & 16 deletions test/invalid_syntax_error2.spt
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
R"*(
<HTML>
<DIV>
Halloo
Space after open bracket
< /DIV>

<DIV>
Guten tag
</DIV>
<IMG/>
<IMG/>
<P>
Hi
</P>
</HTML>

<HTML>
<DIV>
Hell
</DIV>
</HTML>
)*"_html;
18 changes: 1 addition & 17 deletions test/invalid_syntax_error3.spt
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
R"*(
<HTML>
<DIV>
Halloo
</DIV>

<DIV>
Guten tag
</DIV>
<IMG/>
<P> Space before void tag close angle bracket</P>
<IMG/ >
<P>
Hi
</P>
</HTML>

<HTML>
<DIV>
Hell
</DIV>
</HTML>
)*"_html;
17 changes: 1 addition & 16 deletions test/invalid_syntax_error4.spt
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
R"*(
<HTML>
<DIV>
Halloo
Missing open bracket
>/DIV>

<DIV>
Guten tag
</DIV>
<IMG/>
<IMG/>
<P>
Hi
</P>
</HTML>

<HTML>
<DIV>
Hell
</DIV>
</HTML>
)*"_html;
11 changes: 1 addition & 10 deletions test/invalid_whitespace.spt
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
R"*(
< HTML>
<DIV>
Halloo
Space after open angle bracket
</DIV>

<DIV>
Guten tag
</DIV >
<IMG/>
<IMG/>
<P>
Hi
</P>
</HTML>
)*"_html;
1 change: 1 addition & 0 deletions test/valid.spt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ R"*(
</DIV>

<P>Inline tag</P>
<Span>Mixed case tag name</SPAN>

</HTML>

Expand Down

0 comments on commit 97417cc

Please sign in to comment.