fcfb73cd2dc944a0a10ef34699dcb0c185ea8e6a
max
  Wed May 26 05:12:50 2021 -0700
Trying to give users a clearer idea how many licenses this repo
contains, what is under which license and who to contact to get the
license. refs #27614

diff --git src/hg/utils/raSqlQuery/test2.ra src/hg/utils/raSqlQuery/test2.ra
new file mode 100644
index 0000000..9ac08da
--- /dev/null
+++ src/hg/utils/raSqlQuery/test2.ra
@@ -0,0 +1,20 @@
+name twoOrThree
+val 3
+
+name four
+val 4
+
+name one
+primary true
+
+name minusOne override
+val -1.00
+float on
+
+name onePrime
+subTrack one
+val 1'
+
+name oneDoublePrime
+subTrack one
+noInherit on