put line number in parentheses

This commit is contained in:
Florian Weingarten
2014-09-05 14:12:30 +00:00
parent 27c1019385
commit 17cc8fdbb3
4 changed files with 13 additions and 16 deletions
+3 -3
View File
@@ -40,13 +40,13 @@ class ErrorHandlingTest < Minitest::Test
expected = <<-TEXT
Hello,
Liquid error: 3: standard error will raise a standard error.
Liquid error (line 3): standard error will raise a standard error.
Bla bla test.
Liquid syntax error: 7: syntax error will raise a syntax error.
Liquid syntax error (line 7): syntax error will raise a syntax error.
This is an argument error: Liquid error: 9: argument error
This is an argument error: Liquid error (line 9): argument error
Bla.
TEXT