Search found 2 matches

by silva1107
Mon Apr 02, 2007 4:14 pm
Forum: Volume 3 (300-399)
Topic: 342 - HTML Syntax Checking
Replies: 31
Views: 15669

rio wrote:Becase </D> is expected before </A>.
Oh, I see.. Thank you very much.
by silva1107
Fri Mar 16, 2007 7:00 am
Forum: Volume 3 (300-399)
Topic: 342 - HTML Syntax Checking
Replies: 31
Views: 15669

Can anyone please give the output for the following test cases:
8
<A> 1st line
<B> 2nd line
<C> 3rd line
</C> 4th line
</B> 5th line
<D> 6th line
7th line
8th line
1
<A>kk<
1
<A>kk</
0


My Output
Test Case 1
line 6: expected </D>
Test Case 2
line 1: bad character in tag name.
Test Case 3
line 1 ...

Go to advanced search