Skip to content

Commit 9f9dd78

Browse files
xxc3nsoredxxCogitri
authored andcommitted
Fix typo in test data
1 parent b552a6a commit 9f9dd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int main (void) {
1919
printf("test octal (A) \101\n");
2020
printf("test octal (null)\n\0not printed");
2121
printf("test hex (A) \x41\n");
22-
printf("test unocpde < 0x1000 (acute A) \u00c1\n");
22+
printf("test unicode < 0x10000 (acute A) \u00c1\n");
2323
printf("test unicode (acute A) \U000000c1\n");
2424

2525
printf("test literal tab end tab\n");

0 commit comments

Comments
 (0)