forked from Crockan/MercuryToolbox
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
# TONL v1 stream fixture: records separated by ---.
|
|
---
|
|
id = "user-1"
|
|
name = "Ada"
|
|
active = true
|
|
score = 42
|
|
---
|
|
id = "user-2"
|
|
name = "Bob"
|
|
active = false
|
|
score = 7
|