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

wordmatching fully works

parent 3b71e51b
No related branches found
No related tags found
1 merge request!4594wordmatching algorithm
# Define phrases that should be searched in src/ on every call of the java based # Define phrases that should be searched in src/ on every call of the java based
# sanityCheck here. # sanityCheck here.
# Phrases will be found whenever that exact phrase appears, regardless of
# surroundings or overlapping.
# Format is: searchPhrase#errorMessage # Format is: searchPhrase#errorMessage
# Output is: Found searchPhrase; Error: errorMessage # Output is: Found searchPhrase; Error: errorMessage
cash +=#Should be cashX() cash +=#Should be cashX()
...@@ -28,3 +30,6 @@ fetishknown#fetishKnown ...@@ -28,3 +30,6 @@ fetishknown#fetishKnown
recieve#receive recieve#receive
recieves#receives recieves#receives
$slave[#Should be $slaves[ $slave[#Should be $slaves[
can not#cannot
Coca Cola#Coca-Cola
dosen't#doesn't
This diff is collapsed.
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