rubysolo/dentaku

Not able to evaluated string with apostrophe

kunalvashistordway opened this issue · 0 comments

If I pass in a string having apostrophe

calculator = Dentaku::Calculator.new(case_sensitive: true, nested_data_support: true)
calculator.evaluate!("'Te'sst'", { })

Getting Run Time Exception

parse error at: '''

Tried adding escape also

Is there any workaround for same