Skip to content

Commit 173f235

Browse files
committed
Slight touchups to grapheme break generator.
Forgot to add a note about the documentation, and to make the script executable like planned.
1 parent c593516 commit 173f235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/GraphemeBreakTestGen.raku

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,6 @@ sub MAIN(IO(Str) $gbt-file #=(Pathname for the GraphemeBreakTest.txt file, from
187187
$from = $tdata.write-file($path, $from, 200);
188188
$file-idx++;
189189
}
190+
191+
say "Don't forget to update docs/unicode-generated-tests.asciidoc to indicate that you've updated this and other test files!";
190192
}

0 commit comments

Comments
 (0)