mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-02 17:23:18 +02:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
// (c) Copyright 2002 Hewlett-Packard Development Company, LP
|
|
// Test-8-01 : Regular expression testing
|
|
SELECT *
|
|
FROM <model1.nt>
|
|
WHERE (?x ?y ?z)
|
|
AND ?x ~~ /r-1$/
|