Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37b9319

Browse files
committed
Updated test for RBX/REE
1 parent f36ac2d commit 37b9319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/template_handler_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def app
3131

3232
test "<reference> to other .ts file works" do
3333
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
34+
assert_match /var f = function \(x, y\) \{\s*return x \+ y;\s*\};\s*f\(1, 2\);\s*/, last_response.body
3535
end
3636

3737
test "<reference> to other .d.ts file works" do

0 commit comments

Comments
 (0)