Fix typo in name of test

This commit is contained in:
Ronald
2024-07-20 17:10:19 +01:00
parent b584eeaade
commit f560b14d10

View File

@@ -7,7 +7,7 @@ import "core:strings"
import "core:testing"
@test
prase_ini :: proc(t: ^testing.T) {
parse_ini :: proc(t: ^testing.T) {
ini_data := `
[LOG]
level = "devel"