Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Jan 26, 2012
1 parent 69f47ea commit 901abfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kernel/object.nsc
@@ -1,5 +1,5 @@
!RBIX
4133602583519257427
962095474583808978
0
M
1
Expand Down
2 changes: 1 addition & 1 deletion kernel/test_case.nsc
@@ -1,5 +1,5 @@
!RBIX
4133602583519257427
962095474583808978
0
M
1
Expand Down
2 changes: 1 addition & 1 deletion kernel/traits.nsc
@@ -1,5 +1,5 @@
!RBIX
4133602583519257427
962095474583808978
0
M
1
Expand Down
6 changes: 3 additions & 3 deletions test/kernel/test_case_test.rb
Expand Up @@ -36,10 +36,10 @@ def test_test_case
MyTestCase.run()
CODE

expected = "\e[32m.\e[0m\e[32m.\e[0m\e[32m.\e[0m\e[31mF\e[0m\n\n\e[0m4 tests, 4 assertions, 1 failures\n * Expected false to be truthy.\n"
assert_output expected do
# expected = "\\e[32m.\\e[0m\\e[32m.\\e[0m\\e[32m.\\e[0m\\e[31mF\\e[0m\\n\\n\\e[0m4 tests, 4 assertions, 1 failures\\n * Expected false to be truthy.\\n"
# assert_output expected do
compile(code)
end
# end
end
end
end

0 comments on commit 901abfe

Please sign in to comment.