lib/tailor/lexer/token.rb in tailor-1.1.1 vs lib/tailor/lexer/token.rb in tailor-1.1.2
- old
+ new
@@ -100,8 +100,13 @@
end
end
result
end
+
+ # @return [Boolean]
+ def fake_backslash_line_end?
+ self =~ /^# TAILOR REMOVED BACKSLASH\n?$/
+ end
end
end
end