Skip to content

Commit

Permalink
Added working multi line exception test expecting ⎕EN 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianfrancoalongi committed Nov 20, 2012
1 parent 46d71b7 commit 75f2f0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UT_tests.dyalog
Expand Up @@ -44,6 +44,11 @@ single_line_exception_2_TEST ← { #.UT.EN ← 2 ⋄ ⍳ }

single_line_exception_2_failing_TEST { #.UT.EN 3 }

multi_line_exception_3_TEST
#.UT.EN 3
4 3

Z Tests
Z
Z , 1 #.UT.run 'single_line_TEST'
Expand All @@ -59,6 +64,7 @@ single_line_exception_2_failing_TEST ← { #.UT.EN ← 3 ⋄ ⍳ }
Z , 3 #.UT.run 'multi_line_index_error_TEST'
Z , 1 #.UT.run 'single_line_exception_2_TEST'
Z , 0 #.UT.run 'single_line_exception_2_failing_TEST'
Z , 1 #.UT.run 'multi_line_exception_3_TEST'

:EndNameSpace

0 comments on commit 75f2f0d

Please sign in to comment.