Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Druido87 committed Apr 25, 2016
1 parent df2b60f commit d32b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esempi/Cromwell/interprete.js
Expand Up @@ -477,7 +477,7 @@ function ramificaInput(str, alt) {
inpLivelli = noDiacritici(str.toLowerCase()).split('|');
// Livello 2 (parole)
for (i1 = 0; i1 < inpLivelli.length; i1++) {
inpLivelli[i1] = inpLivelli[i1].split(/(?: |')+/);
inpLivelli[i1] = inpLivelli[i1].split(/(?: |'|’)+/);
}
if (alt == 2) {
// Livello 3 (alternative di parole)
Expand Down

0 comments on commit d32b3e9

Please sign in to comment.