Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Aug 26, 2023
1 parent c3d781e commit 69da6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/filters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var filterTests = []struct{ in, expected string }{
{`{{ "The _config.yml file" | slugify: 'pretty' }}`, "the-_config.yml-file"},

// {`{{ "nav\n\tmargin: 0" | sassify }}`, "nav {\n margin: 0; }"},
{`{{ "nav {margin: 0}" | scssify }}`, "nav {\n margin: 0; }"},
{`{{ "nav {margin: 0}" | scssify }}`, "nav {\n margin: 0;\n}"},

{`{{ "smartify single 'quotes' here" | smartify }}`, "smartify single ‘quotes’ here"},
{`{{ 'smartify double "quotes" here' | smartify }}`, "smartify double “quotes” here"},
Expand Down

0 comments on commit 69da6e3

Please sign in to comment.