summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-03-26removed binary/executable fileOskar
2024-03-26vimmn seems ok now, alot of cases that should technically fail do get past ↵Oskar
this function but thats out of the scope for it anyway so its fine. Alot of the cases it fails should already be covered by the functions before it.
2024-03-26added display_name_linecount, kinda out of scope but it was on my mindOskar
2024-03-22vimmn prepared forgot to make a branch :(Oskar
2024-03-22new TODOOskar
2024-03-22oopsOskar
2024-03-22vpc(t) tested OK i thinkOskar
2024-03-22vcimm tested, some invalid checks are let through but thats out of scope for ↵Oskar
this function. It will be checked for in other functions.
2024-03-22Fixed some more stuffOskar
2024-03-22vcpm tested, seems OKOskar
2024-03-22updated test/Makefile for easier testingOskar
2024-03-22Created tests. Will create more testcases later.Oskar
2024-03-21i think validate_plus_continue is working now, it took way too long to ↵Oskar
figure this out
2024-03-21added i_validation.c and i_validation.h to make the code a bit easier and ↵Oskar
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces
2024-03-14Removed bug from N, very messy code but at least it works nowOskar
2024-03-13fixed major bug on input validate_L, same bug still remains on validate_N ↵Oskar
though. Also changed requirements for N
2024-03-10added smode to make cleanOskar
2024-03-07aOskar
2024-03-07improved 7ed.c to make using the current flags a little smarterOskar
2024-03-04Started working on validate_N(), its very similar to validate_L() so its ↵Oskar
mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N
2024-03-03validating L is doneoskar
2024-02-18Organised test directory and did some logic fixes to smodeOskar
2024-02-17.Oskar
2024-02-12New work in progress input system in input.cOskar
2024-02-11minor fixesOskar
2024-02-11More changes to the makefile to make it easier for testingOskar
2023-12-23fixesOskar
2023-12-13Ok it wasnt fixed but now i fixed it for real this timeOskar
2023-12-13fixed bug where newline was not created because the file did not end with oneOskar
2023-12-11Fixed some memory leaks... I think.Oskar
2023-11-19may or may not have fixed a bug with GET_LINE(), i did some confirmation ↵Oskar
testing after i fixed the bug and it seems to work now but i may just be coping. Ill have to do additional tests to confirm that nothing else broke or if i might have missed anything. Its entirely possible i may have missed something
2023-11-11fixed huge bug in write functionOskar
2023-10-27Minor changes to GET_LINE() , also did a little test to check if it worked ↵Oskar
like it should. Seems to be working...