Skip to content

Commit

Permalink
Merge pull request #786 from alexv-ds/master
Browse files Browse the repository at this point in the history
test duplication removal
  • Loading branch information
motdotla committed Jan 23, 2024
2 parents 55ca625 + 3da7eca commit 74d8199
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test-parse.js
Expand Up @@ -69,10 +69,6 @@ t.equal(parsed.EQUAL_SIGNS, 'equals==', 'respects equals signs in values')

t.equal(parsed.RETAIN_INNER_QUOTES, '{"foo": "bar"}', 'retains inner quotes')

t.equal(parsed.EQUAL_SIGNS, 'equals==', 'respects equals signs in values')

t.equal(parsed.RETAIN_INNER_QUOTES, '{"foo": "bar"}', 'retains inner quotes')

t.equal(parsed.RETAIN_INNER_QUOTES_AS_STRING, '{"foo": "bar"}', 'retains inner quotes')

t.equal(parsed.RETAIN_INNER_QUOTES_AS_BACKTICKS, '{"foo": "bar\'s"}', 'retains inner quotes')
Expand Down

0 comments on commit 74d8199

Please sign in to comment.