Skip to content
Snippets Groups Projects
Commit a6c549ff authored by Arpad Lovassy's avatar Arpad Lovassy Committed by Gerrit Code Review
Browse files

Merge "Comment to tc_predef_hex2str_good21()"

parents 294e6c93 ecc4690b
No related branches found
No related tags found
No related merge requests found
...@@ -1121,6 +1121,9 @@ testcase tc_predef_hex2str_good20() runs on CT { ...@@ -1121,6 +1121,9 @@ testcase tc_predef_hex2str_good20() runs on CT {
} }
} }
//C.1.20 Hexstring to charstring
//Example: hex2str('AB801'H) // will return "AB801"
testcase tc_predef_hex2str_good21() runs on CT { testcase tc_predef_hex2str_good21() runs on CT {
var hexstring vl_hs :='ABBA9'H var hexstring vl_hs :='ABBA9'H
var RoCS vl_bs := { "A","B","B","A","9"} var RoCS vl_bs := { "A","B","B","A","9"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment