mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
Parser: Do not reset attributes when tag has more than 16 attributes (comment) [#579]
This commit is contained in:
parent
fdd05c99a9
commit
597c138b56
@ -23,7 +23,7 @@ public class Mwh_atr_mgr_tst {
|
||||
// key=val key=v<nowiki/>al
|
||||
fxt.Test_atr_utl_make(Mwh_atr_itm_.Qte_tid__none, Mwh_atr_itm_.Mask__valid__y, Mwh_atr_itm_.Mask__repeated__y, Mwh_atr_itm_.Mask__key_exists__y, Mwh_atr_itm_.Mask__val_made__y, 120);
|
||||
}
|
||||
@Test public void Resize() {// ISSUE#:
|
||||
@Test public void Resize() {// PURPOSE:make sure that array gets resized without losing data; ISSUE#:579 DATE:2019-09-27
|
||||
Mwh_atr_mgr atr_mgr = new Mwh_atr_mgr(1);
|
||||
|
||||
int[] expd = new int[] {2, 3, 4, 5};
|
||||
|
Loading…
Reference in New Issue
Block a user