Skip to content

Commit

Permalink
fixing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicDuck committed Dec 14, 2024
1 parent ab93d59 commit e00eb85
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
16|
17| file2.ts
18|▒ 2:5: if (grug || talks) { [1]
19|▒ 3:5: grug.walks(talks) [2]
20|▒ 4:5: } [3]
21|▒ 5:5: [4]
22|▒ 6:5: [5]
19|▒ 3:5: grug.walks(talks)
20|▒ 4:5: }
21|▒ 5:5:
22|▒ 6:5:
23|Grug FAR - 1: $A 4,0-1 Top
24|grug-far: added current search to history! 3,1

Expand All @@ -43,9 +43,9 @@
16|00222222222222222222222222222222222222222222222222222222222222222222222222222222
17|00555555552222222222222222222222222222222222222222222222222222222222222222222222
18|66727222222226666666666666666666622222222222222222222222222222222222222222223333
19|66727222266666666666666666666666222222222222222222222222222222222222222222223333
20|66727222266666222222222222222222222222222222222222222222222222222222222222223333
21|66727222266662222222222222222222222222222222222222222222222222222222222222223333
22|66727222222222222222222222222222222222222222222222222222222222222222222222223333
19|66727222266666666666666666666666222222222222222222222222222222222222222222222222
20|66727222266666222222222222222222222222222222222222222222222222222222222222222222
21|66727222266662222222222222222222222222222222222222222222222222222222222222222222
22|66727222222222222222222222222222222222222222222222222222222222222222222222222222
23|88888888888888888888888888888888888888888888888888888888888888888888888888888888
24|99999999999999999999999999999999999999999999999999999999999999999999999999999999
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
16|
17| file2.ts
18|▒ 2:5: if (grug || talks) { [1]
19|▒ 3:5: grug.walks_walks(talks) [2]
20|▒ 4:5: } [3]
21|▒ 5:5: [4]
22|▒ 6:5: [5]
19|▒ 3:5: grug.walks_walks(talks)
20|▒ 4:5: }
21|▒ 5:5:
22|▒ 6:5:
23|Grug FAR - 1: $A 2,3 Top
24|-- INSERT --

Expand All @@ -43,9 +43,9 @@
16|00222222222222222222222222222222222222222222222222222222222222222222222222222222
17|00777777772222222222222222222222222222222222222222222222222222222222222222222222
18|88525222222228888888888888888888822222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222223333
20|88525222288888222222222222222222222222222222222222222222222222222222222222223333
21|88525222288882222222222222222222222222222222222222222222222222222222222222223333
22|88525222222222222222222222222222222222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222222222
20|88525222288888222222222222222222222222222222222222222222222222222222222222222222
21|88525222288882222222222222222222222222222222222222222222222222222222222222222222
22|88525222222222222222222222222222222222222222222222222222222222222222222222222222
23|99999999999999999999999999999999999999999999999999999999999999999999999999999999
24|111111111111::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
16|
17| file2.ts
18|▒ 2:5: if (grug || talks) { [1]
19|▒ 3:5: grug.walks_walks(talks) [2]
20|▒ 4:5: } [3]
21|▒ 5:5: [4]
22|▒ 6:5: [5]
19|▒ 3:5: grug.walks_walks(talks)
20|▒ 4:5: }
21|▒ 5:5:
22|▒ 6:5:
23|Grug FAR - 1: $A 2,3 Top
24|-- INSERT --

Expand All @@ -43,9 +43,9 @@
16|00222222222222222222222222222222222222222222222222222222222222222222222222222222
17|00777777772222222222222222222222222222222222222222222222222222222222222222222222
18|88525222222228888888888888888888822222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222223333
20|88525222288888222222222222222222222222222222222222222222222222222222222222223333
21|88525222288882222222222222222222222222222222222222222222222222222222222222223333
22|88525222222222222222222222222222222222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222222222
20|88525222288888222222222222222222222222222222222222222222222222222222222222222222
21|88525222288882222222222222222222222222222222222222222222222222222222222222222222
22|88525222222222222222222222222222222222222222222222222222222222222222222222222222
23|99999999999999999999999999999999999999999999999999999999999999999999999999999999
24|111111111111::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
17|
18|file2.ts
19|2:9: if (grug || talks) { [1]
20|3:9: grug.walks(talks) [2]
20|3:9: grug.walks(talks)
21|
22|~
23|Grug FAR - 1: grug || talks) {^@ gru 2,17 All
Expand All @@ -44,7 +44,7 @@
17|11111111111111111111111111111111111111111111111111111111111111111111111111111111
18|44444444111111111111111111111111111111111111111111111111111111111111111111111111
19|51511111111144444444444444441111111111111111111111111111111111111111111111112222
20|51514444444441111111111111111111111111111111111111111111111111111111111111112222
20|51514444444441111111111111111111111111111111111111111111111111111111111111111111
21|11111111111111111111111111111111111111111111111111111111111111111111111111111111
22|66666666666666666666666666666666666666666666666666666666666666666666666666666666
23|77777777777777777777777777777777777777777777777777777777777777777777777777777777
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
16|
17| file2.ts
18|▒ 2:5: if (grug || talks) { [1]
19|▒ 3:5: grug.walks_walks(talks) [2]
20|▒ 4:5: } [3]
21|▒ 5:5: [4]
22|▒ 6:5: [5]
19|▒ 3:5: grug.walks_walks(talks)
20|▒ 4:5: }
21|▒ 5:5:
22|▒ 6:5:
23|Grug FAR - 1: $A 2,3 Top
24|-- INSERT --

Expand All @@ -43,9 +43,9 @@
16|00222222222222222222222222222222222222222222222222222222222222222222222222222222
17|00777777772222222222222222222222222222222222222222222222222222222222222222222222
18|88525222222228888888888888888888822222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222223333
20|88525222288888222222222222222222222222222222222222222222222222222222222222223333
21|88525222288882222222222222222222222222222222222222222222222222222222222222223333
22|88525222222222222222222222222222222222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222222222
20|88525222288888222222222222222222222222222222222222222222222222222222222222222222
21|88525222288882222222222222222222222222222222222222222222222222222222222222222222
22|88525222222222222222222222222222222222222222222222222222222222222222222222222222
23|99999999999999999999999999999999999999999999999999999999999999999999999999999999
24|111111111111::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
16|
17| file2.ts
18|▒ 2:5: if (grug || talks) { [1]
19|▒ 3:5: grug.walks_walks(talks) [2]
20|▒ 4:5: } [3]
21|▒ 5:5: [4]
22|▒ 6:5: [5]
19|▒ 3:5: grug.walks_walks(talks)
20|▒ 4:5: }
21|▒ 5:5:
22|▒ 6:5:
23|Grug FAR - 1: $A 2,3 Top
24|-- INSERT --

Expand All @@ -43,9 +43,9 @@
16|00222222222222222222222222222222222222222222222222222222222222222222222222222222
17|00777777772222222222222222222222222222222222222222222222222222222222222222222222
18|88525222222228888888888888888888822222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222223333
20|88525222288888222222222222222222222222222222222222222222222222222222222222223333
21|88525222288882222222222222222222222222222222222222222222222222222222222222223333
22|88525222222222222222222222222222222222222222222222222222222222222222222222223333
19|88525222288888888888888888888888888888222222222222222222222222222222222222222222
20|88525222288888222222222222222222222222222222222222222222222222222222222222222222
21|88525222288882222222222222222222222222222222222222222222222222222222222222222222
22|88525222222222222222222222222222222222222222222222222222222222222222222222222222
23|99999999999999999999999999999999999999999999999999999999999999999999999999999999
24|111111111111::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
15| 4 matches in 2 files
16|
17| file1.txt
18|┃ 1:2: curly walks [1]
18|┃ 1:2: curly walks
19|
20| file2.doc
21|┃ 2:7: curly talks and curly drinks [2]
22|┃ 3:12: then curly thinks [3]
21|┃ 2:7: curly talks and curly drinks
22|┃ 3:12: then curly thinks
23|Grug FAR - 1: grug 2,5 Top
24|-- INSERT --

Expand All @@ -42,10 +42,10 @@
15|44444444444444444444442222222222222222222222222222222222222222222222222222222222
16|00222222222222222222222222222222222222222222222222222222222222222222222222222222
17|00555555555222222222222222222222222222222222222222222222222222222222222222222222
18|55626225555522222222222222222222222222222222222222222222222222222222222222223333
18|55626225555522222222222222222222222222222222222222222222222222222222222222222222
19|00222222222222222222222222222222222222222222222222222222222222222222222222222222
20|00555555555222222222222222222222222222222222222222222222222222222222222222222222
21|55626222222255555222222222225555522222222222222222222222222222222222222222223333
22|55626622222222222255555222222222222222222222222222222222222222222222222222223333
21|55626222222255555222222222225555522222222222222222222222222222222222222222222222
22|55626622222222222255555222222222222222222222222222222222222222222222222222222222
23|77777777777777777777777777777777777777777777777777777777777777777777777777777777
24|11111111111188888888888888888888888888888888888888888888888888888888888888888888
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
18|
19|file2
20|2:18: grug talks and grug drinks [1]
21|3:18: then grug thinks [2]
22|4:18: something else [3]
21|3:18: then grug thinks
22|4:18: something else
23|Grug FAR - 1: and grug drinks^@ then gru... 2,16 Top
24|-- INSERT --

Expand All @@ -45,7 +45,7 @@
18|11111111111111111111111111111111111111111111111111111111111111111111111111111111
19|44444111111111111111111111111111111111111111111111111111111111111111111111111111
20|51551111111111111111114444444444444441111111111111111111111111111111111111112222
21|51551444444444444444444444411111111111111111111111111111111111111111111111112222
22|51551444444444444444444111111111111111111111111111111111111111111111111111112222
21|51551444444444444444444444411111111111111111111111111111111111111111111111111111
22|51551444444444444444444111111111111111111111111111111111111111111111111111111111
23|66666666666666666666666666666666666666666666666666666666666666666666666666666666
24|00000000000077777777777777777777777777777777777777777777777777777777777777777777

0 comments on commit e00eb85

Please sign in to comment.