Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36ac2d commit 37b9319Copy full SHA for 37b9319
test/template_handler_test.rb
@@ -31,7 +31,7 @@ def app
31
32
test "<reference> to other .ts file works" do
33
get "/site/ref1_2.js"
34
- assert_match /var f = function \(x, y\) {\s*return x \+ y;\s*};\s*f\(1, 2\);\s*/, last_response.body
+ assert_match /var f = function \(x, y\) \{\s*return x \+ y;\s*\};\s*f\(1, 2\);\s*/, last_response.body
35
end
36
37
test "<reference> to other .d.ts file works" do
0 commit comments