Skip to content
Snippets Groups Projects
Commit 79c5f470 authored by Arkerthan's avatar Arkerthan
Browse files

JavaSanityCheck: Make existing phrase matchers not case sensitive and add a...

JavaSanityCheck: Make existing phrase matchers not case sensitive and add a new one for case sensitive phrases
parent 1d50859c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
# The same as dictionary_phrases.txt, just case sensitive.
bellypreg#bellyPreg
bellyimplant#bellyImplant
bellyfluid#bellyFluid
earWear#earwear
eyeWear#eyewear
setBellySize#SetBellySize
SetbellySize#SetBellySize
setbellySize#SetBellySize
hormonebalance#hormoneBalance
fetishknown#fetishKnown
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# sanityCheck here. # sanityCheck here.
# Phrases will be found whenever that exact phrase appears, regardless of # Phrases will be found whenever that exact phrase appears, regardless of
# surroundings or overlapping. # surroundings or overlapping.
# Not case sensitive.
# Format is: searchPhrase#errorMessage # Format is: searchPhrase#errorMessage
# Output is: Found searchPhrase; Correct: errorMessage # Output is: Found searchPhrase; Correct: errorMessage
#cash +=#Should be cashX() ## cash used by corporate code, #cash +=#Should be cashX() ## cash used by corporate code,
...@@ -16,12 +17,7 @@ attepmts#attempts ...@@ -16,12 +17,7 @@ attepmts#attempts
youreslf#yourself youreslf#yourself
advnaces#advances advnaces#advances
canAcheive#canAchieve canAcheive#canAchieve
bellypreg#bellyPreg
bellyimplant#bellyImplant
bellyfluid#bellyFluid
carress#caress carress#caress
hormonebalance#hormoneBalance
fetishknown#fetishKnown
recieve#receive recieve#receive
recieves#receives recieves#receives
$slave[#Should be $slaves[ $slave[#Should be $slaves[
...@@ -30,12 +26,10 @@ Coca Cola#Coca-Cola ...@@ -30,12 +26,10 @@ Coca Cola#Coca-Cola
dosen't#doesn't dosen't#doesn't
aircrafts'#aircraft's aircrafts'#aircraft's
outift#outfit outift#outfit
earWear#earwear
eyeWear#eyewear
curiousity#curiosity curiousity#curiosity
intensly#intensely intensly#intensely
quicly#quickly quicly#quickly
avalibe#available avalibe#available
randomise#randomize randomise#randomize
protudes#protrudes protudes#protrudes
disapearing#disappearing disapearing#disappearing
\ No newline at end of file
...@@ -4,9 +4,6 @@ ...@@ -4,9 +4,6 @@
# appears, surrounded by non letters # appears, surrounded by non letters
# Format is: searchPhrase#errorMessage # Format is: searchPhrase#errorMessage
# Output is: Found searchPhrase; Error: errorMessage # Output is: Found searchPhrase; Error: errorMessage
setBellySize#SetBellySize
SetbellySize#SetBellySize
setbellySize#SetBellySize
abandonned#abandoned abandonned#abandoned
aberation#aberration aberation#aberration
abilityes#abilities abilityes#abilities
......
...@@ -10,3 +10,4 @@ src/pregmod/editGenetics.tw;L ...@@ -10,3 +10,4 @@ src/pregmod/editGenetics.tw;L
#JS files, logic won't be checked here anyways #JS files, logic won't be checked here anyways
src/js/economyJS.js;S src/js/economyJS.js;S
src/data/backwardsCompatibility/datatypeCleanup.js;S src/data/backwardsCompatibility/datatypeCleanup.js;S
js/003-data/miscDataNames.js;S
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment