mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 15:17:40 +00:00
parent
913cb5d18a
commit
af05f5155e
1 changed files with 2 additions and 2 deletions
|
|
@ -191,8 +191,8 @@ describe('vars', function () {
|
|||
describe('should match some marker constants', () => {
|
||||
// neither of these live here, but, common/web/types does not import ldml-keyboard-constants otherwise.
|
||||
|
||||
assert.equal(constants.marker_sentinel, KMX.UC_SENTINEL);
|
||||
assert.equal(constants.marker_code_deadkey, KMX.CODE_DEADKEY);
|
||||
assert.equal(constants.marker_sentinel, KMX.KMXFile.UC_SENTINEL);
|
||||
assert.equal(constants.marker_code_deadkey, KMX.KMXFile.CODE_DEADKEY);
|
||||
});
|
||||
describe('markers', function () {
|
||||
this.slow(500); // 0.5 sec -- json schema validation takes a while
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue