Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/permutc2.gperf

Issue 10804012: Add native Windows binary for gperf. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/permutc2.gperf
===================================================================
--- gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/permutc2.gperf (revision 0)
+++ gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/permutc2.gperf (revision 0)
@@ -0,0 +1,14 @@
+%{
+/* Test of a hash function which has to deal with permutation and
+ case-independence. Without case-independence, the alpha_inc is 1.
+ With case-independence, the alpha_inc is 3. */
+%}
+%%
+az
+za
+ay
+ya
+x{
+x[
+{w
+[w
« no previous file with comments | « gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/permutc2.exp ('k') | gperf/src/gperf/3.0.1/gperf-3.0.1-src/tests/smtp.gperf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698