# This is a test file for t_runtime.c
# with 10 valid key value pairs

int_scalar 999
double_scalar 3.33
int_vector -1_-2_3
double_vector -1.0_-2.0_+3.0

# These should also pass

int_multiple_space       -2
double_tab	-2.0

# Check these are distinct

temp +1
temperature -1
temper 0

# Strings

string_parameter ASCII
input_config config.0

# Key value with trailing while space (integers)

key_trail1 909   

# Key value with trailing comment

key_trail2 910    # Trailing comment

# Strings

key_trail3 string_3   
key_trail4 string_4    # Trailing comment
