mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02:00
8 lines
223 B
Plaintext
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")
|
|
|