Browse Source

add note about escaping quotes and backslashes

pull/21/head v0.1.2
Brett Langdon 11 years ago
parent
commit
ba30ed8ef2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      forge.go

+ 2
- 1
forge.go View File

@ -46,7 +46,8 @@
//
// Values
// * String:
// Any value enclosed in double quotes (single quotes not allowed) (e.g. "string")
// Any value enclosed in double quotes (single quotes not allowed) (e.g. "string").
// Double quotes and backslashes can be escaped with backslashes (e.g. "\"quoted\"" and "\\<--backslash")
// * Integer:
// Any number without decimal places (e.g. 500)
// * Float:


Loading…
Cancel
Save