X-Git-Url: http://nitlanguage.org diff --git a/tests/test_nitunit.nit b/tests/test_nitunit.nit index b583197..d260cd1 100644 --- a/tests/test_nitunit.nit +++ b/tests/test_nitunit.nit @@ -24,6 +24,8 @@ class X # assert undefined_identifier fun foo do end + # a 'failure' unit test (does not parse) + # assert !@#$%^&*() fun foo1(a, b: Int) do end private fun foo2: Bool do return true