mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-10 20:29:58 +00:00
Fix naming to avoid that extra colon for parsing.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user