2015-12-03 13:05:42 +01:00
|
|
|
languagesystem DFLT dflt;
|
|
|
|
|
|
|
|
feature test {
|
2016-12-20 11:06:32 +00:00
|
|
|
rsub [a A] [b B] [c C] q' [d D] [e E] [f F] by Q;
|
2020-04-03 17:36:34 -04:00
|
|
|
rsub [a A] [b B] [c C] [s - z]' [d D] [e E] [f F] by [S - Z];
|
2015-12-03 13:05:42 +01:00
|
|
|
|
|
|
|
# Having no context for a reverse chaining substitution rule
|
|
|
|
# is a little degenerate (we define a chain without linking it
|
|
|
|
# to anything else), but makeotf accepts this.
|
2016-12-20 11:06:32 +00:00
|
|
|
rsub p by P;
|
2015-12-03 13:05:42 +01:00
|
|
|
} test;
|