This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
forge
mirror of
https://github.com/brettlangdon/forge.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
12
Wiki
Activity
Browse Source
add note about escaping quotes and backslashes
pull/21/head
v0.1.2
Brett Langdon
11 years ago
parent
c6b8488ade
commit
ba30ed8ef2
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save