Skip to content

Commit

Permalink
Merge pull request Baystation12#35053 from SierraKomodo/repo/fix-spaw…
Browse files Browse the repository at this point in the history
…n-use-test

Fix spawn uses test
  • Loading branch information
SierraKomodo authored Jan 14, 2025
2 parents 88bfbd2 + b79729f commit f6aa921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exactly 26 "text2path uses" 'text2path'
exactly 5 "update_icon() override" '/update_icon\((.*)\)' -P
exactly 4 "goto use" 'goto '
exactly 1 "NOOP match" 'NOOP'
exactly 328 "spawn uses" '^\s*spawn\s*\(\s*(-\s*)?\d*\s*\)' -P
exactly 327 "spawn uses" '^\s*spawn\s*\(\s*(-\s*)?\d*\s*\)' -P
exactly 0 "tag uses" '\stag = ' -P '**/*.dmm'
exactly 0 "anchored = 0/1" 'anchored\s*=\s*\d' -P
exactly 2 "density = 0/1" 'density\s*=\s*\d' -P
Expand Down

0 comments on commit f6aa921

Please sign in to comment.