format.rnite 263 B

123456789101112131415
  1. --- !Document
  2. _tests: !List/Boolean
  3. - !Equal/String
  4. a: 0.5
  5. b: !FormatReal
  6. format: "{:.1}"
  7. number: 0.50334
  8. - !Equal/String
  9. a: hello, world
  10. b: !FormatString
  11. format: "{}, {}"
  12. arguments: !List/String [ "hello", "world" ]