1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 07:29:29 +02:00
2010-01-24 09:19:39 +00:00

8 lines
223 B
Plaintext

// (c) Copyright 2002 Hewlett-Packard Development Company, LP
// Test 4-07 : Anonymous nodes : ?x and ?y should be the same on model3.
SELECT ?x, ?y
SOURCE <model3.nt>
WHERE (?x, ?p1, "v-a-1"), (?y, ?p2, "v-a-2")