1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/literals.txt
2016-10-27 07:56:47 -07:00

36 lines
302 B
Plaintext

===============
string literal insert
===============
+"bar"
---
@@ summary
Added the "foo" string
@@ patch
+"bar"
@ json
{}
===============
string literal replace
===============
-"foo"
+"bar"
---
@@ summary
Replaced the "foo" string with the "bar" string
@@ patch
-"foo"
+"bar"
@@ json
{}