1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Math: Increment math uid [#375]

This commit is contained in:
gnosygnu
2019-03-03 16:39:47 -05:00
parent 5c724dc93d
commit a70131254f
3 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ public class Xoh_page_wtr_mgr_tst {
, "-{zh-hans:A;zh-hant:B;}-"
), String_.Concat_lines_nl_skip_last
( "<span id='xowa_math_txt_0'>x_{1}-1</span>" // not converted
, "<span id='xowa_math_txt_0'>x-{1+2}-1</span>" // not converted
, "<span id='xowa_math_txt_1'>x-{1+2}-1</span>" // not converted
, "A" // converted
));
}