Skip to content

Commit

Permalink
Merge pull request #13 from tomii9273/debug_ga
Browse files Browse the repository at this point in the history
add regexp debug
  • Loading branch information
tomii9273 authored Apr 12, 2024
2 parents 5acf319 + e2c1f1c commit 39f226d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check_math_formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ jobs:
echo "Number of 'f': $c"
echo "finished"
- name: Check grep output regexp
run: |
echo "start 0"
grep -E '^' src/README.md
echo "start 1"
grep -E '\$' src/README.md
echo "start 2"
grep '^' src/README.md
echo "start 3"
grep '\$' src/README.md
echo "finished"
- name: Check
run: |
echo "start"
Expand Down

0 comments on commit 39f226d

Please sign in to comment.