Minor change about last.
This commit is contained in:
parent
5609135257
commit
cb58af469b
3 changed files with 1 additions and 1 deletions
Binary file not shown.
BIN
dist/test.jar
vendored
BIN
dist/test.jar
vendored
Binary file not shown.
|
@ -210,7 +210,7 @@ class Test
|
||||||
|
|
||||||
|
|
||||||
errorMessage = new StringBuffer ();
|
errorMessage = new StringBuffer ();
|
||||||
html = Presenter.doXid ("<div id='lastname'>a last name</div >", datas, "", errorMessage);
|
html = Presenter.doXid ("<div id='lastname' toto='kk'>a last name</div >", datas, "", errorMessage);
|
||||||
|
|
||||||
System.out.println ("----------------------------");
|
System.out.println ("----------------------------");
|
||||||
System.out.println ("datas = new TagsDataId ();");
|
System.out.println ("datas = new TagsDataId ();");
|
||||||
|
|
Loading…
Reference in a new issue