You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/tests/syntax-tests/highlighted/YAML/example.yaml

35 lines
3.5 KiB
YAML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

--- 
# Simple example
id: 3595
name: Test User
username: "testuser"
other_names: ['Bob', 'Bill', 'George']
hexa: 0x11c3 #inline comment
octa: 021131
lastseen: .NAN
enabled: true
locked: false
groups: 
 - administrators
 - engineering
 - sfa
address: >
 123 Alphabet Way
 San Francisco, CA
bio: |
 I am a hardworking person
 and a member of the
 executive staff
phone: null
email: ~
building_access: yes
secure_access: no
bulb: On
fans: Off
emails:
 executives:
 - bob@example.com
 - bill@example.com
 supervisors:
 - george@example.com