mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test 4-06 : Anonymous nodes : "equality" in filters
|
|
// This test was created to test the test code :-)
|
|
|
|
SELECT *
|
|
SOURCE <model3.nt>
|
|
WHERE (?x, ?p1, ?v1), (?y, ?p2, ?v2)
|
|
AND ?x EQ ?y
|