mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Remove experimental test fixture format
This commit is contained in:
parent
a4362d854e
commit
c6f734db67
35
literals.txt
35
literals.txt
@ -1,35 +0,0 @@
|
||||
===============
|
||||
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
|
||||
{}
|
Loading…
Reference in New Issue
Block a user