Parcourir la source

Changes file for 21470

teor il y a 7 ans
Parent
commit
2c45e58bf1
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      changes/test21470

+ 5 - 0
changes/test21470

@@ -0,0 +1,5 @@
+  o Minor enhancements (unit tests):
+    - Improve version parsing tests: add tests for typical version components,
+      add tests for invalid versions, including numeric range and non-numeric
+      prefixes.
+      Unit tests 21278, 21450, and 21507. Partially implements 21470.