You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a parameterized test case includes a literal backslash that will be passed-through to the test names in unity (when cmdline_args=true option is used) and cause compilation issues. The backslash needs to be C-escaped in the source.
Currently, if a parameterized test case includes a literal backslash that will be passed-through to the test names in unity (when
cmdline_args=trueoption is used) and cause compilation issues. The backslash needs to be C-escaped in the source.