Skip to content

Commit

Permalink
Fix an EventGenerator test
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Mar 12, 2012
1 parent 2d008ee commit 27c7fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/accessibility/test_string_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ def test_generate_backslashes
# is this the job of the parser or the lexer?
expected = [[backslash,true],[backslash,false],
shift_down,[h,true],[h,false],shift_up,
shift_down,[m,true],[h,false],shift_up,
shift_down,[m,true],[h,false],shift_up]
shift_down,[m,true],[m,false],shift_up,
shift_down,[m,true],[m,false],shift_up]
actual = generate ["\\HMM"]
assert_equal expected, actual
end
Expand Down

0 comments on commit 27c7fbc

Please sign in to comment.