mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
1e88f0f003
This patch was written entirely by the following script: #!/bin/bash if [ ! -d "./.hg" ] then echo "Not in a source tree." 1>&2 exit 1 fi find . -regex '.*\(ref\|crash\)test.*\.list' | while read FILENAME do echo "Processing ${FILENAME}." # The following has four substitutions: # * The first one replaces the *first* argument to fuzzy() when it doesn't # have a - in it, by replacing it with an explicit 0-N range. # * The second one does the same for the *second* argument to fuzzy(). # * The third does the same for the *second* argument to fuzzy-if(). # * The fourth does the same for the *third* argument to fuzzy-if(). # # Note that this is using perl rather than sed because perl doesn't # support non-greedy matching, which is needed for the first argument to # fuzzy-if. perl -pi -e 's/(fuzzy\()([^ ,()-]*)(,[^ ,()]*\))/${1}0-${2}${3}/g;s/(fuzzy\([^ ,()]*,)([^ ,()-]*)(\))/${1}0-${2}${3}/g;s/(fuzzy-if\([^ ]*?,)([^ ,()-]*)(,[^ ,()]*\))/${1}0-${2}${3}/g;s/(fuzzy-if\([^ ]*?,[^ ,()]*,)([^ ,()-]*)(\))/${1}0-${2}${3}/g' "${FILENAME}" done Differential Revision: https://phabricator.services.mozilla.com/D2974 --HG-- extra : moz-landing-system : lando
13 lines
632 B
Plaintext
13 lines
632 B
Plaintext
== tab-size-8.html tab-size-initial.html
|
|
== tab-size-8.html spaces-8.html
|
|
== tab-size-4.html spaces-4.html
|
|
== tab-size-4-span.html spaces-4.html
|
|
== tab-size-4-spanoffset.html spaces-4-offset.html
|
|
== tab-size-4-multiple.html spaces-4-multiple.html
|
|
== tab-size-1.html spaces-1.html
|
|
== tab-size-0.html spaces-0.html
|
|
== tab-size-negative.html tab-size-initial.html
|
|
== tab-size-change-1a.html tab-size-change-1-ref.html
|
|
== tab-size-change-1b.html tab-size-change-1-ref.html
|
|
fuzzy-if(winWidget,0-100,0-1000) == tab-size-length.html tab-size-length-ref.html
|