Skip to content

Commit

Permalink
Update check-paths values
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Oct 3, 2023
1 parent 8d8c939 commit 715128f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/check-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ exactly 2 "/atom text paths" '"/atom'
exactly 2 "/area text paths" '"/area'
exactly 2 "/datum text paths" '"/datum'
exactly 2 "/mob text paths" '"/mob'
exactly 10 "/obj text paths" '"/obj'
exactly 12 "/obj text paths" '"/obj'
exactly 8 "/turf text paths" '"/turf'
exactly 142 "to_world uses" '\sto_world\('
exactly 69 "to_world_log uses" '\sto_world_log\('
exactly 141 "to_world uses" '\sto_world\('
exactly 65 "to_world_log uses" '\sto_world_log\('
exactly 0 "world<< uses" 'world<<|world[[:space:]]<<'
exactly 0 "world.log<< uses" 'world.log<<|world.log[[:space:]]<<'
exactly 134 "<< uses" '(?<!<)<<(?!<)' -P
exactly 149 "<< uses" '(?<!<)<<(?!<)' -P
exactly 0 "incorrect indentations" '^( {4,})' -P
exactly 36 "text2path uses" 'text2path'
exactly 3 "update_icon() override" '/update_icon\((.*)\)' -P
exactly 1 "goto use" 'goto '
exactly 1 "NOOP match" 'NOOP'
exactly 488 "spawn uses" 'spawn\s*\(\s*(-\s*)?\d*\s*\)' -P
exactly 487 "spawn uses" 'spawn\s*\(\s*(-\s*)?\d*\s*\)' -P
exactly 0 "tag uses" '\stag = ' -P '**/*.dmm'
exactly 4 ".Replace( matches" '\.Replace(_char)?\(' -P
exactly 5 ".Find( matches" '\.Find(_char)?\(' -P
Expand Down

0 comments on commit 715128f

Please sign in to comment.