Skip to content

Commit

Permalink
Adjust counts in check-paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
out-of-phaze committed Dec 12, 2024
1 parent 2d69b12 commit 38aa9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/check-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ exactly 2 "/mob text paths" '"/mob'
exactly 6 "/obj text paths" '"/obj'
exactly 10 "/turf text paths" '"/turf'
exactly 1 "world<< uses" 'world<<|world[[:space:]]<<'
exactly 93 "'in world' uses" 'in world'
exactly 90 "'in world' uses" 'in world'
exactly 1 "world.log<< uses" 'world.log<<|world.log[[:space:]]<<'
exactly 18 "<< uses" '(?<!<)<<(?!<)' -P
exactly 9 ">> uses" '>>(?!>)' -P
exactly 0 "incorrect indentations" '^( {4,})' -P
exactly 24 "text2path uses" 'text2path'
exactly 22 "text2path uses" 'text2path'
exactly 4 "update_icon() override" '/update_icon\((.*)\)' -P
exactly 0 "goto uses" 'goto '
exactly 9 "atom/New uses" '^/(obj|atom|area|mob|turf).*/New\('
Expand Down

0 comments on commit 38aa9d3

Please sign in to comment.