Files
liquid/lib/liquid
Philibert Dugas b7ee1a2176 Fixing #697 with better exception
When including a template which is not defined, the exception raised is
*undefined method `split` for nil:NilClass*

This occurs for a scenario like the following:
`{% include nil %}`
or
`{% include undefined-var %}`

Making the code raise an argument error to allow better understanding of
the include error
2016-09-12 09:31:59 -04:00
..
2016-09-12 09:31:59 -04:00
2016-09-12 09:31:59 -04:00
2015-06-04 12:30:50 -04:00
2016-03-30 20:42:30 +00:00
2016-03-30 20:42:30 +00:00
2016-01-06 21:30:32 +00:00
2015-06-04 12:56:29 -04:00
2015-05-14 14:37:18 +00:00
2015-05-14 14:37:18 +00:00
2015-07-09 13:21:46 -04:00
2015-05-14 14:37:18 +00:00
2016-04-04 09:32:31 -04:00
2016-01-08 18:46:23 +00:00
2016-04-25 11:38:42 -04:00
2016-03-30 20:42:30 +00:00
2015-07-12 16:46:43 +08:00
2016-03-30 20:13:21 +00:00