Skip to content

Commit 3b63cb1

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 59206d4 commit 3b63cb1

File tree

7 files changed

+2
-8
lines changed

7 files changed

+2
-8
lines changed

packages/cursorless-engine/src/test/fixtures/hat-stats/intern.go.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,3 @@ func Bytes(b []byte) string {
152152
1
153153
}
154154
|
155-

packages/cursorless-engine/src/test/fixtures/hat-stats/intern.go.stats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ nPenalty2:
2727
min: 0%
2828
max: 2%
2929
spark: 0 █ 25 50 75 100
30-

packages/cursorless-engine/src/test/fixtures/hat-stats/mending_wall.txt.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,3 @@ b b
200200
> 0 ^ v >0 0 ^ > ^ +~
201201
He says again, ‘Good fences make good neighbors.’
202202
[] [--] [---]| |[--] [----] [--] [--] [-------]||
203-

packages/cursorless-engine/src/test/fixtures/hat-stats/mending_wall.txt.stats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ nPenalty2:
2727
min: 9%
2828
max: 10%
2929
spark: 0 █▄ 25 50 75 100
30-

packages/cursorless-engine/src/test/fixtures/hat-stats/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ This directory contains hat allocation fixtures.
22

33
For any given fixture, it also contains:
44

5-
* A .golden output file indicating hat allocations and ranges, assuming the cursor is at the beginning of the file. An underscore indicates a default hat, any other single character is a color or a shape, and two stacked characters are a color and a shape. See hatStats.test.ts for the mapping from colors and shapes to characters. This layout lets you see at a glance the penalty associated with a token by looking at the hat's height.
5+
- A .golden output file indicating hat allocations and ranges, assuming the cursor is at the beginning of the file. An underscore indicates a default hat, any other single character is a color or a shape, and two stacked characters are a color and a shape. See hatStats.test.ts for the mapping from colors and shapes to characters. This layout lets you see at a glance the penalty associated with a token by looking at the hat's height.
66

7-
* A .stats output file providing a summary of the hat allocation within the file.
7+
- A .stats output file providing a summary of the hat allocation within the file.
88

99
If these files have changed, you have changed something about the hat allocator. You should make sure that you are happy with the change.

packages/cursorless-engine/src/test/fixtures/hat-stats/the_bells.txt.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,4 +549,3 @@ What a world of solemn thought their monody compels!
549549
~ x v > o # ~ # 0 x
550550
To the moaning and the groaning of the bells.
551551
[] [-] [-----] [-] [-] [------] [] [-] [---]|
552-

packages/cursorless-engine/src/test/fixtures/hat-stats/the_bells.txt.stats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ nPenalty2:
2727
min: 40%
2828
max: 41%
2929
spark: 0 25 ▅█ 50 75 100
30-

0 commit comments

Comments
 (0)