10 lines
531 B
INI
10 lines
531 B
INI
|
; This file created to test io.lua's ability to read files
|
||
|
; If you modify this file, please restart your server to see changes take effect.
|
||
|
; Please note: built-in reader reads all data as type:string, then converts them as a json object with a string fallback
|
||
|
; Comments are denoted by a prefacing ; character,
|
||
|
; [headers] are denoted by enclosing a [a-zA-Z0-9%-_] string, with braces
|
||
|
; key value pairs are denoted by placing a key infront of = symbole folowed by a value, Note: spaces are not trimed
|
||
|
[testdata]
|
||
|
success = true
|
||
|
|