diff options
author | rhgg2 <richard.garner@mq.edu.au> | 2024-05-21 11:58:06 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 01:58:06 +0000 |
commit | ee04cf6de3037a92524bad5c65349ca1e7b4174f (patch) | |
tree | 0950cca0af45f5f414bd3d040370c62d4a669e83 /test/options-util.test.js | |
parent | ee0302295817a5face5a2e3e0de2cc08fbe141e8 (diff) |
Add onyomi-hiragana handlebars (#960)
* Add onyomi-hiragana handlebars
* Add onyomi-hiragana handlebars
* Add docs
* Fix typo in documentation of kunyomi/onyomi handlebars
* Update ext/data/templates/anki-field-templates-upgrade-v36.handlebars
Co-authored-by: StefanVukovic99 <stefanvukovic44@gmail.com>
Signed-off-by: rhgg2 <richard.garner@mq.edu.au>
* Update tests for onyomi-hiragana handlebars
* Update tests for onyomi-hiragana handlebars
* Fix typo in code
---------
Signed-off-by: rhgg2 <richard.garner@mq.edu.au>
Co-authored-by: StefanVukovic99 <stefanvukovic44@gmail.com>
Diffstat (limited to 'test/options-util.test.js')
-rw-r--r-- | test/options-util.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/options-util.test.js b/test/options-util.test.js index 8fb07263..70404ce5 100644 --- a/test/options-util.test.js +++ b/test/options-util.test.js @@ -605,7 +605,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 35, + version: 36, global: { database: { prefixWildcardsSupported: false |