1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/compatibility/brackets.tst Thu Feb 02 09:06:37 2012 +0000
1.3 @@ -0,0 +1,44 @@
1.4 +**************** INPUT ****************
1.5 +This (excellent paragraph has one more {opening} paranthesis than closing.
1.6 +
1.7 +On the other hand, this poor) paragraph does it backwards.
1.8 +
1.9 +This {slightly odd paragraph has one more [opening] brace than closing.
1.10 +
1.11 +And again, this balmy} paragraph does it backwards.
1.12 +
1.13 +This paragraph[11 has one more (opening) bracket than closing.
1.14 +
1.15 +Whereas this one is 12]tupsy turvey.
1.16 +
1.17 +This _very_ important_ paragraph has an odd number of underscores.
1.18 +
1.19 +Unspaced brackets are a[most a]ways _wrong_.
1.20 +**************** EXPECTED ****************
1.21 +
1.22 +This (excellent paragraph has one more {opening} paranthesis than closing.
1.23 + Line 2 - Mismatched round brackets?
1.24 +
1.25 +On the other hand, this poor) paragraph does it backwards.
1.26 + Line 4 - Mismatched round brackets?
1.27 +
1.28 +This {slightly odd paragraph has one more [opening] brace than closing.
1.29 + Line 6 - Mismatched curly brackets?
1.30 +
1.31 +And again, this balmy} paragraph does it backwards.
1.32 + Line 8 - Mismatched curly brackets?
1.33 +
1.34 +This paragraph[11 has one more (opening) bracket than closing.
1.35 + Line 10 - Mismatched square brackets?
1.36 +
1.37 +Whereas this one is 12]tupsy turvey.
1.38 + Line 12 - Mismatched square brackets?
1.39 +
1.40 +This _very_ important_ paragraph has an odd number of underscores.
1.41 + Line 14 - Mismatched underscores?
1.42 +
1.43 +Unspaced brackets are a[most a]ways _wrong_.
1.44 + Line 15 column 23 - Unspaced bracket?
1.45 +
1.46 +Unspaced brackets are a[most a]ways _wrong_.
1.47 + Line 15 column 30 - Unspaced bracket?