We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061f79b commit 099dfa7Copy full SHA for 099dfa7
test/fixtures/hello.coffee
@@ -1,5 +1,5 @@
1
_print _safe 'Hello, '
2
_print @name
3
-_print _safe '.\nI\'M SHOUTING AT YOU, '
+_print _safe ".\nI'M SHOUTING AT YOU, "
4
_print @name.toUpperCase()
5
_print _safe '!\n'
0 commit comments