From 42d25902e855d3c06d5ead071bf55604f495c205 Mon Sep 17 00:00:00 2001 From: Harttle Date: Thu, 2 Mar 2023 22:39:30 +0800 Subject: [PATCH] fix: strip_html for multi line Ulysses?" | strip_html }}', 'Ulysses?') }) + it('should strip multiline scripts', function () { + expect(liquid.parseAndRenderSync('{{ "" | strip_html }}')).to.equal('') + }) + it('should not strip non-matched text" | strip_html }}')).to.equal('text') + }) it('should strip until empty', function () { return test('{{"

< p >

" | strip_html }}', '') })