Commit af94dd8
committed
RavenDB-26793 Skip all C0 control characters in custom-entity-name test
RavenDB now rejects control characters in document ids (including the generated
HiLo id). The test injected control chars 1..13 into the collection name via a
guard that only skipped 14..31, so it failed against current 6.2/7.2 servers.
Skip the whole C0 control range (ord <= 31).1 parent 4bb360d commit af94dd8
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments