Commit d7725d4
committed
bug #387 [Validator] Add encoding test to validateClassName (przemyslaw-bogusz)
This PR was merged into the 1.0-dev branch.
Discussion
----------
[Validator] Add encoding test to validateClassName
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Fixed tickets | #249
| Deprecations? | no
| License | MIT
This checks if the input string is a UTF-8-encoded, and throws an exception if not.
Commits
-------
9ea81c0 [Validator] Add encoding test to validateClassName2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
0 commit comments