Skip to content

Commit

Permalink
GA, GE系の正規表現の修正 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
BonyChops authored Apr 8, 2024
1 parent f919797 commit e108e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion react-visualizer/src/reqJson/klis21-knowledge.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"max_certificated_credit_num": 28,
"min_certificated_credit_num": 8,
"leaf": {
"regexp_number": "^(GA4)|(GE(4|7|8))$",
"regexp_number": "^(GA4|GE(4|7|8)).*$",
"regexp_name": ""
}
}
Expand Down
2 changes: 1 addition & 1 deletion react-visualizer/src/reqJson/klis21-management.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"max_certificated_credit_num": 28,
"min_certificated_credit_num": 8,
"leaf": {
"regexp_number": "^(GA4)|(GE(4|6|7))$",
"regexp_number": "^(GA4|GE(4|6|7)).*$",
"regexp_name": ""
}
}
Expand Down
2 changes: 1 addition & 1 deletion react-visualizer/src/reqJson/klis21-system.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"max_certificated_credit_num": 28,
"min_certificated_credit_num": 8,
"leaf": {
"regexp_number": "^(GA4)|(GE(4|6|8))$",
"regexp_number": "^(GA4|GE(4|6|8)).*$",
"regexp_name": ""
}
}
Expand Down

0 comments on commit e108e16

Please sign in to comment.