Add whitespace control character and associated tests

This commit is contained in:
Michael Angell
2016-06-28 09:15:45 +10:00
parent 19c6eb426a
commit e1d40c7d89
5 changed files with 563 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module Liquid
class ParseContext
attr_accessor :locale, :line_number
attr_accessor :locale, :line_number, :trim_whitespace
attr_reader :partial, :warnings, :error_mode
def initialize(options = {})