diff options
author | xxc3nsoredxx <xxc3ncoredxx@gmail.com> | 2021-05-07 16:51:06 -0500 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2021-06-01 14:25:32 +0200 |
commit | 9f9dd78d5e4c30f685454c320835bfce8115290f (patch) | |
tree | 57b4931acffdf4a87ad42aa7a78a83478b9624cb | |
parent | b552a6aba70192c400c3677b645ca2a14546db7f (diff) | |
download | wgetpaste-9f9dd78d5e4c30f685454c320835bfce8115290f.tar.gz |
Fix typo in test data
-rw-r--r-- | test/test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.txt b/test/test.txt index ad1f2f0..e1c0ffb 100644 --- a/test/test.txt +++ b/test/test.txt @@ -19,7 +19,7 @@ int main (void) { printf("test octal (A) \101\n"); printf("test octal (null)\n\0not printed"); printf("test hex (A) \x41\n"); - printf("test unocpde < 0x1000 (acute A) \u00c1\n"); + printf("test unicode < 0x10000 (acute A) \u00c1\n"); printf("test unicode (acute A) \U000000c1\n"); printf("test literal tab end tab\n"); |