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 e3ad175 commit b67eea9Copy full SHA for b67eea9
test/template_handler_test.rb
@@ -42,7 +42,7 @@ def app
42
43
test "<reference> to multiple .ts files works" do
44
get "/site/ref3_1.js"
45
- assert_match /var f1 = function \(\) \{\s\};\s*var f2 = function \(\) \{\s*\};\s*f1\(\);\s*f2\(\);\s*/,
+ assert_match /var f1 = function \(\) \{\s*\};\s*var f2 = function \(\) \{\s*\};\s*f1\(\);\s*f2\(\);\s*/,
46
last_response.body
47
end
48
0 commit comments