Merge pull request #548 from jpcima/new-aliases

Add new alias: bendstep
This commit is contained in:
JP Cimalando 2020-11-12 11:46:13 +01:00 committed by GitHub
commit 32f478ac05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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