mirror of
https://github.com/github/semantic.git
synced 2024-12-20 05:11:44 +03:00
36 lines
302 B
Plaintext
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
|
|
{}
|