mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo in name of test
This commit is contained in:
@@ -7,7 +7,7 @@ import "core:strings"
|
|||||||
import "core:testing"
|
import "core:testing"
|
||||||
|
|
||||||
@test
|
@test
|
||||||
prase_ini :: proc(t: ^testing.T) {
|
parse_ini :: proc(t: ^testing.T) {
|
||||||
ini_data := `
|
ini_data := `
|
||||||
[LOG]
|
[LOG]
|
||||||
level = "devel"
|
level = "devel"
|
||||||
|
|||||||
Reference in New Issue
Block a user