pluie-yaml/resources/tag.yml

26 lines
665 B
YAML
Raw Normal View History

2018-08-09 01:42:36 +00:00
%YAML 1.2
%TAG !yaml! tag:yaml.org,2002:
2018-08-10 01:53:04 +00:00
%TAG !v! tag:pluie.org,2018:vala/
2018-08-09 01:42:36 +00:00
---
2018-08-10 01:53:04 +00:00
!v!Pluie.Yaml.Example test1 :
2018-08-09 01:42:36 +00:00
2018-08-10 01:53:04 +00:00
type_int : !v!int 3306
type_bool : !v!bool false
type_char : !v!char c
type_string : !v!string mystring1
type_uchar : !v!uchar L
type_uint : !v!uint 62005
type_float : !v!float 42.36
type_double : !v!double 95542123.4579512128
2018-08-09 01:42:36 +00:00
2018-08-10 01:53:04 +00:00
!v!Pluie.Yaml.Example test2 :
2018-08-09 01:42:36 +00:00
2018-08-10 01:53:04 +00:00
type_int : !v!int 3306
type_bool : !v!bool true
type_char : !v!char g
type_string : !v!string mystring2
type_uchar : !v!uchar Y
type_uint : !v!uint 63005
type_float : !v!float 5.28
type_double : !v!double 9.28