Skip to content

Commit

Permalink
Add TestCases that all previously caused crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
owst committed Oct 1, 2013
1 parent 13d675e commit 2c0a8a6
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
8 changes: 8 additions & 0 deletions TestCases/AOBE_after.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module Foo
{
value Bar
{
}

value Baz
}
10 changes: 10 additions & 0 deletions TestCases/AOBE_before.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module Foo
{
value Bar
{
}

value Baz
{
}
}
9 changes: 9 additions & 0 deletions TestCases/CRASH1_after.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3
4
5
6
7b
8
!
@
#
11 changes: 11 additions & 0 deletions TestCases/CRASH1_before.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
1
2
3
4
a
b
c
5
6
7a
8
8 changes: 8 additions & 0 deletions TestCases/SO_after.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
value Foo
{
Bar;
}

value Baz
{
}
9 changes: 9 additions & 0 deletions TestCases/SO_before.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
value Foo
{
Bar;

}

value Baz
{
}

0 comments on commit 2c0a8a6

Please sign in to comment.