spec/fixtures/string.compile.yml in liquidscript-0.4.1 vs spec/fixtures/string.compile.yml in liquidscript-0.5.0

- old
+ new

@@ -1,15 +1,34 @@ data: | + console.log(<<TEST) + hello world + TEST + "hello #{console}" + compiled: - :exec - - :_context - [] + - - :_heredocs + - - &heredoc + - :heredoc + - TEST + - - - :heredoc + - hello world + - - :_herenum + - 1 + - - :call + - - :property + - - :identifier + - console + - log + - - :href + - *heredoc - - :interop - - :istring_begin - "hello " - - :get - - :_variable - :console - - :istring - "" - - - :newline