summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-20.Oskar
2024-04-20new_line seems to work nowOskar
2024-04-19Tests are done. I think it's ready.Oskar
2024-04-19moved testcases and made new testcasesOskar
2024-04-15test txt fileintegrate-multiplesOskar
2024-04-15Bug with 'D' is fixed. Will continue testing.Oskar
2024-04-14Updated usage and removed some testing code. Added some comments. IOskar
2024-04-05Changes to some of the validation functions to allow immediate '0' inOskar
2024-04-05Working on 'N' now. Works pretty well. But it's not finished so i cantOskar
2024-04-04TODO updateOskar
2024-04-04Bugfixes. Still some things i gotta iron out. This is getting more andOskar
2024-04-03new check_length_fix_stdin. It checks length of buffers and seems toOskar
2024-04-01Implemented call_L_only. This makes the program behave like 7ed v1 andOskar
2024-04-01L+ and L- seems to work now.Oskar
2024-04-01Started integrating multiples. Still in progress.Oskar
2024-03-31Started integrating the input system. Mainly trying to integrate theOskar
2024-03-31Tested OKOskar
2024-03-30removed executablesOskar
2024-03-30Exclamation marks!Oskar
2024-03-28removed binaryOskar
2024-03-28added length check, its kinda bad not not testedOskar
2024-03-28Tests seem OKOskar
2024-03-27Git push test to the new private mirror serverOskar
2024-03-27removed commentOskar
2024-03-26validate_LOskar
2024-03-26vimmn seems ok now, alot of cases that should technically fail do get past th...Oskar
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
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 figure...Oskar
2024-03-21added i_validation.c and i_validation.h to make the code a bit easier and rea...Oskar
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 tho...Oskar
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 most...Oskar
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