Skip to content

Commit 36b3d5c

Browse files
committed
Add claude
1 parent b08302a commit 36b3d5c

5 files changed

Lines changed: 453 additions & 45 deletions

File tree

libs/braillify/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ mod test {
212212
input: &'a str,
213213
) -> Option<(Cow<'a, str>, Vec<FormattingSpan>)> {
214214
match (file_stem, line_num) {
215-
("korean/rule_49", 58) => Some((
215+
("korean/rule_49", 59) => Some((
216216
Cow::Borrowed(input),
217217
vec![
218218
FormattingSpan {

0 commit comments

Comments
 (0)