We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found by Srinivasan ( https://groups.google.com/forum/#!topic/datagenerator/-xOjfRq5MFs )
Quoted:
<state id="step1"> <onentry> <!-- Example of using 'set' from 'dg:assign' --> <dg:assign name="var_1_1" set="Apple,Mango,Grapes,Papaya"/> <dg:range name="var_1_2" from="1" to="1000" /> <dg:range name="var_1_3" from="0" to="9" step="1" /> </onentry> <transition event="end" target="end"/> </state> <state id="end" /> </scxml> For the range values greater than 100 I am getting values like 1E+1,2E+1 instead actual values like >1001,10003 .
<state id="step1"> <onentry> <!-- Example of using 'set' from 'dg:assign' --> <dg:assign name="var_1_1" set="Apple,Mango,Grapes,Papaya"/> <dg:range name="var_1_2" from="1" to="1000" /> <dg:range name="var_1_3" from="0" to="9" step="1" /> </onentry> <transition event="end" target="end"/> </state> <state id="end" /> </scxml>
For the range values greater than 100 I am getting values like 1E+1,2E+1 instead actual values like >1001,10003 .
The text was updated successfully, but these errors were encountered:
Fix range formatting issue - FINRAOS#239
af0ec9e
Signed-off-by: yukaReal <[email protected]>
Fixed. Thanks.
Sorry, something went wrong.
yukaReal
No branches or pull requests
Found by Srinivasan ( https://groups.google.com/forum/#!topic/datagenerator/-xOjfRq5MFs )
Quoted:
The text was updated successfully, but these errors were encountered: