1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00
semantic/literals.txt

36 lines
302 B
Plaintext
Raw Normal View History

2016-10-22 01:52:40 +03:00
===============
2016-10-27 17:56:47 +03:00
string literal insert
2016-10-22 01:52:40 +03:00
===============
+"bar"
---
@@ summary
Added the "foo" string
2016-10-27 17:56:47 +03:00
@@ patch
+"bar"
@ json
{}
===============
string literal replace
===============
-"foo"
+"bar"
---
@@ summary
2016-10-22 01:52:40 +03:00
Replaced the "foo" string with the "bar" string
2016-10-27 17:56:47 +03:00
@@ patch
-"foo"
+"bar"
@@ json
{}