Add new alias: bendstep

This commit is contained in:
Jean Pierre Cimalando 2020-11-12 10:24:29 +01:00
parent 9ef7a60984
commit dcc7ac0472
3 changed files with 656 additions and 640 deletions

File diff suppressed because it is too large Load diff

View file

@ -120,7 +120,7 @@ end_region_oncc:
opcode = absl::StrCat("off_", group(1));
goto end_region;
}
"bend" ("up"|"down") END {
"bend" ("up"|"down"|"step") END {
opcode = absl::StrCat("bend_", group(1));
goto end_region;
}

View file

@ -212,6 +212,7 @@ TEST_CASE("[Opcode] Normalization")
{"offmode", "off_mode"},
{"bendup", "bend_up"},
{"benddown", "bend_down"},
{"bendstep", "bend_step"},
{"filtype", "fil1_type"},
{"fil21type", "fil21_type"},
// ARIA aliases