andrew-3

Results 3 issues of andrew-3

``` {% liquid assign path = 'path/to/file' render ""'path' %} ``` This code will try to render the template whose path is path/to/file. This is probably not intended. Credit for...

If I do: `Liquid::Template.parse("{{ '{}' }}")` I get `Liquid::SyntaxError: Liquid syntax error: Variable '{{ '{}' was not properly terminated with regexp: /\}\}/` which is not correct. Tested on version 5.1.0.

It can be reproduced with: ``` rows = [["-24.34","2"]]; CSVSafe.generate { |csv| rows.each { |row| csv