Lukasss93/laravel-larex

Sentences with line break aren't escaped!

Lukasss93 opened this issue · 2 comments

Input:

group;key;en
app;test;test
app;hello;"hello
friends"
app;ok;ok

After larex:sort (missing escaping):

group;key;en
app;hello;hello
friends
app;ok;ok
app;test;test

Fixed in 3385de3