summaryrefslogtreecommitdiff
path: root/testsuite/pmcfg/fixtures/PmcfgDiff.gf
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-05-18 00:55:16 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-05-18 00:55:16 +0200
commit827d73a91ed0fb3dfff56379ebea21a29406a277 (patch)
tree76ce0738ca057db6177b817ce0d617f2111fd295 /testsuite/pmcfg/fixtures/PmcfgDiff.gf
parent3cc01b9d311c7a9f86fbf2fa8c2d66921f9ba030 (diff)
Tests
Diffstat (limited to 'testsuite/pmcfg/fixtures/PmcfgDiff.gf')
-rw-r--r--testsuite/pmcfg/fixtures/PmcfgDiff.gf11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/pmcfg/fixtures/PmcfgDiff.gf b/testsuite/pmcfg/fixtures/PmcfgDiff.gf
new file mode 100644
index 000000000..3ea7b3cae
--- /dev/null
+++ b/testsuite/pmcfg/fixtures/PmcfgDiff.gf
@@ -0,0 +1,11 @@
+abstract PmcfgDiff = {
+cat
+ S ;
+ NP ;
+
+fun
+ Use : NP -> S ;
+ Pair : NP -> NP -> S ;
+ One : NP ;
+ Two : NP ;
+}