1
1
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:
Timothy Clem 2016-10-31 11:58:10 -07:00
parent a4362d854e
commit c6f734db67

View File

@ -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
{}