Skip to content

Commit

Permalink
included digits in the TaskName token regex
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXofLeviafan committed Dec 24, 2023
1 parent 23b01bf commit 9726c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TaskConv/TaskConv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tokens:
TaskName:
key: name
regex: '[a-z]+'
regex: '[a-z0-9]+'
fixed: yes
S:
key: group
Expand Down

0 comments on commit 9726c25

Please sign in to comment.