Commit 108a73f
committed
fix: treated as false if there is a newline at the end.
test: Add a test case where the last string is a newline code when alpha_numeric_punct rule.
fix: treated as false if there is a newline at the end.
test: Add a test case where the last string is a newline code when alpha_numeric_space rule.
fix: treated as false if there is a newline at the end.
test: Add a test case where the last string is a newline code when decimal rule.
fix: treated as false if there is a newline at the end.
fix: treated as false if there is a newline at the end for alpha_numeric_space.
test: Add a test case where the last string is a newline code when numeric rule.
fix: treated as false if there is a newline at the end for numeric rule.
test: Add a test case where the last string is a newline code when decimal rule.
fix: treated as false if there is a newline at the end for alpha_dash rule.
test: Add a test case where the last string is a newline code when integer rule.
fix: treated as false if there is a newline at the end for integer rule.
fix: typo.1 parent fad7376 commit 108a73f
File tree
2 files changed
+35
-7
lines changed- system/Validation
- tests/system/Validation
2 files changed
+35
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
427 | 431 | | |
428 | 432 | | |
429 | 433 | | |
| |||
506 | 510 | | |
507 | 511 | | |
508 | 512 | | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
509 | 517 | | |
510 | 518 | | |
511 | 519 | | |
| |||
599 | 607 | | |
600 | 608 | | |
601 | 609 | | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
602 | 614 | | |
603 | 615 | | |
604 | 616 | | |
| |||
636 | 648 | | |
637 | 649 | | |
638 | 650 | | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
639 | 655 | | |
640 | 656 | | |
641 | 657 | | |
| |||
722 | 738 | | |
723 | 739 | | |
724 | 740 | | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
725 | 745 | | |
726 | 746 | | |
727 | 747 | | |
| |||
771 | 791 | | |
772 | 792 | | |
773 | 793 | | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
774 | 798 | | |
775 | 799 | | |
776 | 800 | | |
| |||
824 | 848 | | |
825 | 849 | | |
826 | 850 | | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
827 | 855 | | |
828 | 856 | | |
829 | 857 | | |
| |||
0 commit comments