Skip to content

Commit ac59be5

Browse files
KyoUK4nlbarthon
authored andcommitted
fix: modify HarmonyOS regex
1 parent 2fff8a5 commit ac59be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regexes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ os_parsers:
19231923
os_v3_replacement: '$3'
19241924

19251925
# Huawei HarmonyOS
1926-
- regex: '(HarmonyOS)\s?(\d+|)\.?(\d+|)\.?(\d+|)'
1926+
- regex: '(HarmonyOS)[\s;]+(\d+|)\.?(\d+|)\.?(\d+|)'
19271927

19281928
device_parsers:
19291929

0 commit comments

Comments
 (0)