mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -297,7 +297,7 @@ describe('template', () => {
|
||||
it('should work with statements containing quotes', () => {
|
||||
const compiled = template(
|
||||
'<%\
|
||||
if (a == \'A\' || a == "a") {\
|
||||
if (a === \'A\' || a === "a") {\
|
||||
%>\'a\',"A"<%\
|
||||
} %>',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user