How to write hyphen minus in katalon

You may be or may not be aware, there are several characters defined in UNICODE that looks similar to “Hyphen-minus”(Unicode 002D). See

@pablo.alvarez, you should verify which Unicode character you typed. I have a doubt that you typed U+2010 or U+2011 or U+2212 or U+2013 or U+2014, not U+002D. You should check your source using some binary editor and see the source in HEX-decimal. In Katalon Studio, you can not see the source in HEX-decimal. You need some other tool. For example, I would use VSCode with Hex Editor

1 Like