Fossil SCM
Updates to the 'commit-warning' tests.
Commit
17e1217a5e47eec32451c6ee30dca3e2f15a3831ae578c7fe0c4c4eac45e97fb
Parent
93f42413a2ea2e5…
1 file changed
+7
-1
+7
-1
| --- test/commit-warning.test | ||
| +++ test/commit-warning.test | ||
| @@ -50,16 +50,19 @@ | ||
| 50 | 50 | set a8 $a7$a7 |
| 51 | 51 | set a9 $a8$a8 |
| 52 | 52 | set a10 $a9$a9 |
| 53 | 53 | write_file line-1024 "$a10\n" |
| 54 | 54 | set a11 $a10$a10 |
| 55 | +write_file line-2048 "$a11\n" | |
| 55 | 56 | set a12 $a11$a11 |
| 56 | 57 | write_file line-4096 "$a12\n" |
| 57 | 58 | set a13 $a12$a12 |
| 58 | 59 | write_file line-8192 "$a13\n" |
| 59 | 60 | set a14 $a13$a13 |
| 61 | +write_file line-16K "$a14\n" | |
| 60 | 62 | set a15 $a14$a14 |
| 63 | +write_file line-32K "$a15\n" | |
| 61 | 64 | set a16 $a15$a15 |
| 62 | 65 | write_file line-64K "$a16\n" |
| 63 | 66 | |
| 64 | 67 | # UTF-8 extends 7-bit ASCII using bytes 80 and above to encode |
| 65 | 68 | # larger character codes. Unicode uses U+0 through U+10FFFF only, |
| @@ -118,13 +121,16 @@ | ||
| 118 | 121 | 1\tcr-only.txt\tCR line endings |
| 119 | 122 | 1\tcrlf.txt\tCR/LF line endings |
| 120 | 123 | 0\tempty\t |
| 121 | 124 | 0\tline-0064\t |
| 122 | 125 | 0\tline-1024\t |
| 126 | +0\tline-16K\t | |
| 127 | +0\tline-2048\t | |
| 128 | +1\tline-32K\tlong lines | |
| 123 | 129 | 0\tline-4096\t |
| 124 | 130 | 1\tline-64K\tlong lines |
| 125 | -1\tline-8192\tlong lines | |
| 131 | +0\tline-8192\t | |
| 126 | 132 | 0\tplain.txt\t |
| 127 | 133 | 1\tutf-16be-bombe-hello\tUnicode |
| 128 | 134 | 1\tutf-16be-bomle-hello\tUnicode |
| 129 | 135 | 1\tutf-16be-hello\tbinary data |
| 130 | 136 | 1\tutf-16be.txt\tUnicode |
| 131 | 137 |
| --- test/commit-warning.test | |
| +++ test/commit-warning.test | |
| @@ -50,16 +50,19 @@ | |
| 50 | set a8 $a7$a7 |
| 51 | set a9 $a8$a8 |
| 52 | set a10 $a9$a9 |
| 53 | write_file line-1024 "$a10\n" |
| 54 | set a11 $a10$a10 |
| 55 | set a12 $a11$a11 |
| 56 | write_file line-4096 "$a12\n" |
| 57 | set a13 $a12$a12 |
| 58 | write_file line-8192 "$a13\n" |
| 59 | set a14 $a13$a13 |
| 60 | set a15 $a14$a14 |
| 61 | set a16 $a15$a15 |
| 62 | write_file line-64K "$a16\n" |
| 63 | |
| 64 | # UTF-8 extends 7-bit ASCII using bytes 80 and above to encode |
| 65 | # larger character codes. Unicode uses U+0 through U+10FFFF only, |
| @@ -118,13 +121,16 @@ | |
| 118 | 1\tcr-only.txt\tCR line endings |
| 119 | 1\tcrlf.txt\tCR/LF line endings |
| 120 | 0\tempty\t |
| 121 | 0\tline-0064\t |
| 122 | 0\tline-1024\t |
| 123 | 0\tline-4096\t |
| 124 | 1\tline-64K\tlong lines |
| 125 | 1\tline-8192\tlong lines |
| 126 | 0\tplain.txt\t |
| 127 | 1\tutf-16be-bombe-hello\tUnicode |
| 128 | 1\tutf-16be-bomle-hello\tUnicode |
| 129 | 1\tutf-16be-hello\tbinary data |
| 130 | 1\tutf-16be.txt\tUnicode |
| 131 |
| --- test/commit-warning.test | |
| +++ test/commit-warning.test | |
| @@ -50,16 +50,19 @@ | |
| 50 | set a8 $a7$a7 |
| 51 | set a9 $a8$a8 |
| 52 | set a10 $a9$a9 |
| 53 | write_file line-1024 "$a10\n" |
| 54 | set a11 $a10$a10 |
| 55 | write_file line-2048 "$a11\n" |
| 56 | set a12 $a11$a11 |
| 57 | write_file line-4096 "$a12\n" |
| 58 | set a13 $a12$a12 |
| 59 | write_file line-8192 "$a13\n" |
| 60 | set a14 $a13$a13 |
| 61 | write_file line-16K "$a14\n" |
| 62 | set a15 $a14$a14 |
| 63 | write_file line-32K "$a15\n" |
| 64 | set a16 $a15$a15 |
| 65 | write_file line-64K "$a16\n" |
| 66 | |
| 67 | # UTF-8 extends 7-bit ASCII using bytes 80 and above to encode |
| 68 | # larger character codes. Unicode uses U+0 through U+10FFFF only, |
| @@ -118,13 +121,16 @@ | |
| 121 | 1\tcr-only.txt\tCR line endings |
| 122 | 1\tcrlf.txt\tCR/LF line endings |
| 123 | 0\tempty\t |
| 124 | 0\tline-0064\t |
| 125 | 0\tline-1024\t |
| 126 | 0\tline-16K\t |
| 127 | 0\tline-2048\t |
| 128 | 1\tline-32K\tlong lines |
| 129 | 0\tline-4096\t |
| 130 | 1\tline-64K\tlong lines |
| 131 | 0\tline-8192\t |
| 132 | 0\tplain.txt\t |
| 133 | 1\tutf-16be-bombe-hello\tUnicode |
| 134 | 1\tutf-16be-bomle-hello\tUnicode |
| 135 | 1\tutf-16be-hello\tbinary data |
| 136 | 1\tutf-16be.txt\tUnicode |
| 137 |