thejoeejoee / VUT-FIT-IFJ-2017-toolkit

IDE for custom language IFJcode17 and pack of automatic tests for compilers of that language.
https://ifj.josefkolar.cz/
GNU General Public License v3.0
23 stars 11 forks source link

Chybné testy #4

Closed martinkobelka closed 6 years ago

martinkobelka commented 6 years ago

@thejoeejoee V testu 001_basic/03 jsou definovány proměnné typu float. Ty ale nás omezený free basic nepodporuje. Jen Integer , Double a String

V testu 002_functions/07 je návratový kód 3. Myslím že by měl být 4.

thejoeejoee commented 6 years ago

Obě po konzultacích opravené, díky za připomínky!