diff options
Diffstat (limited to 'deps/Unity/docs/UnityKnownIssues.md')
-rw-r--r-- | deps/Unity/docs/UnityKnownIssues.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/Unity/docs/UnityKnownIssues.md b/deps/Unity/docs/UnityKnownIssues.md new file mode 100644 index 0000000..3449319 --- /dev/null +++ b/deps/Unity/docs/UnityKnownIssues.md @@ -0,0 +1,13 @@ +# Unity Test - Known Issues + +## A Note + +This project will do its best to keep track of significant bugs that might effect your usage of this +project and its supporting scripts. A more detailed and up-to-date list for cutting edge Unity can +be found on our Github repository. + +## Issues + + - No built-in validation of no-return functions + - Incomplete support for Printf-style formatting + - Incomplete support for VarArgs |