mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-03 11:52:26 +01:00
committed by
David Peter
parent
975487f630
commit
dd95f8b5cb
18
tests/syntax-tests/source/YAML/example.yaml
Normal file
18
tests/syntax-tests/source/YAML/example.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# Simple example
|
||||
id: 3595
|
||||
name: Test User
|
||||
username: "testuser"
|
||||
other_names: ['Bob', 'Bill', 'George']
|
||||
enabled: true
|
||||
locked: false
|
||||
groups:
|
||||
- administrators
|
||||
- engineering
|
||||
- sfa
|
||||
address: >
|
||||
123 Alphabet Way
|
||||
San Francisco, CA
|
||||
phone: null
|
||||
building_access: yes
|
||||
secure_access: no
|
Reference in New Issue
Block a user