mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
fix new line in string
This commit is contained in:
parent
260de07443
commit
ff574c6af9
@ -89,7 +89,7 @@
|
|||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.StringSupport</Import>
|
<Import>CS2JNet.System.StringSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java>
|
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\n", ${arg})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.String</Type>
|
<Type>System.String</Type>
|
||||||
@ -107,7 +107,7 @@
|
|||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.StringSupport</Import>
|
<Import>CS2JNet.System.StringSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java>
|
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\n", ${arg1}, ${arg2})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.String</Type>
|
<Type>System.String</Type>
|
||||||
|
@ -112,7 +112,7 @@
|
|||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.StringSupport</Import>
|
<Import>CS2JNet.System.StringSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java>
|
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\n", ${arg})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.String</Type>
|
<Type>System.String</Type>
|
||||||
@ -130,7 +130,7 @@
|
|||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.StringSupport</Import>
|
<Import>CS2JNet.System.StringSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java>
|
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\n", ${arg1}, ${arg2})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.String</Type>
|
<Type>System.String</Type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user