Skip to content

Commit

Permalink
Add fixtures for new command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 8, 2024
1 parent 82f36f2 commit 5834c66
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions fixtures/line_length_expected/keepOnlyNotDuplicateLines
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
back
band
blah
buck
burp
deck
drill
duck
grand
hello
help
puck
quill
trill
zebra
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cc
d
aa
c
b
bb
a
3 changes: 3 additions & 0 deletions fixtures/unicode_expected/keepOnlyNotDuplicateLines
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
012345
0123456789
𝟘𝟙𝟚𝟛
2 changes: 2 additions & 0 deletions fixtures/variables_expected/keepOnlyNotDuplicateLines
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var test10 = 1;
var test100 = 100;

0 comments on commit 5834c66

Please sign in to comment.