Fix naming to avoid that extra colon for parsing.

This commit is contained in:
Mark VanderVoord
2026-05-22 14:41:22 -04:00
parent 165de30b7d
commit 5f0296eb0a
@@ -110,7 +110,7 @@
}
- :pass: TRUE
:should: 'handle floating point numbers with Unity support: pass'
:should: 'handle floating point numbers with Unity support to pass'
:code: |
test()
{
@@ -119,7 +119,7 @@
}
- :pass: FALSE
:should: 'handle floating point numbers with Unity support: fail'
:should: 'handle floating point numbers with Unity support to fail'
:code: |
test()
{