bibtex-ruby 1.3.10 → 1.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. data/Gemfile +7 -2
  2. data/Gemfile.lock +18 -14
  3. data/History.txt +6 -0
  4. data/Manifest +38 -1
  5. data/Rakefile +3 -10
  6. data/Rakefile.compiled.rbc +1903 -0
  7. data/bibtex-ruby.gemspec +10 -13
  8. data/features/issues/parse_months.feature +24 -4
  9. data/features/step_definitions/bibtex_steps.rbc +2981 -0
  10. data/features/step_definitions/name_steps.rbc +544 -0
  11. data/features/support/env.rb +0 -5
  12. data/features/support/env.rbc +144 -0
  13. data/lib/bibtex.rb +1 -0
  14. data/lib/bibtex.rbc +709 -0
  15. data/lib/bibtex/bibliography.rb +1 -1
  16. data/lib/bibtex/bibliography.rbc +5799 -0
  17. data/lib/bibtex/compatibility.rb +10 -0
  18. data/lib/bibtex/compatibility.rbc +290 -0
  19. data/lib/bibtex/elements.rbc +5524 -0
  20. data/lib/bibtex/entry.rbc +8317 -0
  21. data/lib/bibtex/error.rbc +785 -0
  22. data/lib/bibtex/extensions.rbc +127 -0
  23. data/lib/bibtex/filters.rbc +1178 -0
  24. data/lib/bibtex/filters/latex.rbc +361 -0
  25. data/lib/bibtex/lexer.rbc +5612 -0
  26. data/lib/bibtex/name_parser.rbc +2867 -0
  27. data/lib/bibtex/names.rb +2 -2
  28. data/lib/bibtex/names.rbc +4156 -0
  29. data/lib/bibtex/parser.rbc +3336 -0
  30. data/lib/bibtex/replaceable.rbc +593 -0
  31. data/lib/bibtex/ruby.rb +1 -0
  32. data/lib/bibtex/utilities.rbc +743 -0
  33. data/lib/bibtex/value.rb +5 -2
  34. data/lib/bibtex/value.rbc +4323 -0
  35. data/lib/bibtex/version.rb +1 -1
  36. data/lib/bibtex/version.rbc +209 -0
  37. data/test/bibtex/test_bibliography.rb +1 -1
  38. data/test/bibtex/test_bibliography.rbc +3397 -0
  39. data/test/bibtex/test_elements.rbc +924 -0
  40. data/test/bibtex/test_entry.rb +17 -14
  41. data/test/bibtex/test_entry.rbc +6392 -0
  42. data/test/bibtex/test_filters.rbc +1017 -0
  43. data/test/bibtex/test_lexer.rbc +373 -0
  44. data/test/bibtex/test_name_parser.rbc +608 -0
  45. data/test/bibtex/test_names.rbc +797 -0
  46. data/test/bibtex/test_parser.rb +2 -2
  47. data/test/bibtex/test_parser.rbc +2834 -0
  48. data/test/bibtex/test_string.rbc +706 -0
  49. data/test/bibtex/test_utilities.rb +1 -1
  50. data/test/bibtex/test_utilities.rbc +851 -0
  51. data/test/bibtex/test_value.rbc +4993 -0
  52. data/test/helper.rb +2 -5
  53. data/test/helper.rbc +446 -0
  54. data/test/test_bibtex.rb +20 -20
  55. data/test/test_bibtex.rbc +1875 -0
  56. data/test/test_export.rbc +921 -0
  57. metadata +72 -58
@@ -0,0 +1,4993 @@
1
+ !RBIX
2
+ 9595534255132031488
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 37
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 7
24
+ 2
25
+ 65
26
+ 49
27
+ 3
28
+ 2
29
+ 13
30
+ 99
31
+ 12
32
+ 7
33
+ 4
34
+ 12
35
+ 7
36
+ 5
37
+ 12
38
+ 65
39
+ 12
40
+ 49
41
+ 6
42
+ 4
43
+ 15
44
+ 49
45
+ 4
46
+ 0
47
+ 15
48
+ 2
49
+ 11
50
+ I
51
+ 6
52
+ I
53
+ 0
54
+ I
55
+ 0
56
+ I
57
+ 0
58
+ n
59
+ p
60
+ 7
61
+ s
62
+ 9
63
+ helper.rb
64
+ x
65
+ 7
66
+ require
67
+ x
68
+ 6
69
+ BibTeX
70
+ x
71
+ 11
72
+ open_module
73
+ x
74
+ 15
75
+ __module_init__
76
+ M
77
+ 1
78
+ n
79
+ n
80
+ x
81
+ 6
82
+ BibTeX
83
+ i
84
+ 33
85
+ 5
86
+ 66
87
+ 99
88
+ 7
89
+ 0
90
+ 45
91
+ 1
92
+ 2
93
+ 43
94
+ 3
95
+ 65
96
+ 49
97
+ 4
98
+ 3
99
+ 13
100
+ 99
101
+ 12
102
+ 7
103
+ 5
104
+ 12
105
+ 7
106
+ 6
107
+ 12
108
+ 65
109
+ 12
110
+ 49
111
+ 7
112
+ 4
113
+ 15
114
+ 49
115
+ 5
116
+ 0
117
+ 11
118
+ I
119
+ 6
120
+ I
121
+ 0
122
+ I
123
+ 0
124
+ I
125
+ 0
126
+ n
127
+ p
128
+ 8
129
+ x
130
+ 9
131
+ ValueTest
132
+ x
133
+ 8
134
+ MiniTest
135
+ n
136
+ x
137
+ 4
138
+ Spec
139
+ x
140
+ 10
141
+ open_class
142
+ x
143
+ 14
144
+ __class_init__
145
+ M
146
+ 1
147
+ n
148
+ n
149
+ x
150
+ 9
151
+ ValueTest
152
+ i
153
+ 46
154
+ 5
155
+ 66
156
+ 5
157
+ 7
158
+ 0
159
+ 64
160
+ 56
161
+ 1
162
+ 47
163
+ 50
164
+ 2
165
+ 1
166
+ 15
167
+ 5
168
+ 7
169
+ 3
170
+ 64
171
+ 56
172
+ 4
173
+ 47
174
+ 50
175
+ 2
176
+ 1
177
+ 15
178
+ 5
179
+ 7
180
+ 5
181
+ 64
182
+ 56
183
+ 6
184
+ 47
185
+ 50
186
+ 2
187
+ 1
188
+ 15
189
+ 5
190
+ 7
191
+ 7
192
+ 64
193
+ 56
194
+ 8
195
+ 47
196
+ 50
197
+ 2
198
+ 1
199
+ 11
200
+ I
201
+ 3
202
+ I
203
+ 0
204
+ I
205
+ 0
206
+ I
207
+ 0
208
+ n
209
+ p
210
+ 9
211
+ s
212
+ 10
213
+ when empty
214
+ M
215
+ 1
216
+ p
217
+ 2
218
+ x
219
+ 9
220
+ for_block
221
+ t
222
+ n
223
+ x
224
+ 9
225
+ ValueTest
226
+ i
227
+ 33
228
+ 5
229
+ 7
230
+ 0
231
+ 64
232
+ 56
233
+ 1
234
+ 47
235
+ 50
236
+ 2
237
+ 1
238
+ 15
239
+ 5
240
+ 7
241
+ 3
242
+ 64
243
+ 56
244
+ 4
245
+ 47
246
+ 50
247
+ 2
248
+ 1
249
+ 15
250
+ 5
251
+ 7
252
+ 5
253
+ 64
254
+ 56
255
+ 6
256
+ 47
257
+ 50
258
+ 2
259
+ 1
260
+ 11
261
+ I
262
+ 4
263
+ I
264
+ 0
265
+ I
266
+ 0
267
+ I
268
+ 0
269
+ I
270
+ -2
271
+ p
272
+ 7
273
+ s
274
+ 27
275
+ be equal to an empty string
276
+ M
277
+ 1
278
+ p
279
+ 2
280
+ x
281
+ 9
282
+ for_block
283
+ t
284
+ n
285
+ x
286
+ 9
287
+ ValueTest
288
+ i
289
+ 76
290
+ 5
291
+ 45
292
+ 0
293
+ 1
294
+ 13
295
+ 71
296
+ 2
297
+ 47
298
+ 9
299
+ 22
300
+ 47
301
+ 49
302
+ 3
303
+ 0
304
+ 13
305
+ 47
306
+ 49
307
+ 4
308
+ 0
309
+ 15
310
+ 8
311
+ 25
312
+ 49
313
+ 2
314
+ 0
315
+ 7
316
+ 5
317
+ 64
318
+ 83
319
+ 6
320
+ 47
321
+ 49
322
+ 7
323
+ 1
324
+ 15
325
+ 5
326
+ 45
327
+ 0
328
+ 8
329
+ 13
330
+ 71
331
+ 2
332
+ 47
333
+ 9
334
+ 60
335
+ 47
336
+ 49
337
+ 3
338
+ 0
339
+ 13
340
+ 7
341
+ 5
342
+ 64
343
+ 47
344
+ 49
345
+ 4
346
+ 1
347
+ 15
348
+ 8
349
+ 66
350
+ 7
351
+ 5
352
+ 64
353
+ 49
354
+ 2
355
+ 1
356
+ 7
357
+ 5
358
+ 64
359
+ 83
360
+ 6
361
+ 47
362
+ 49
363
+ 7
364
+ 1
365
+ 11
366
+ I
367
+ 5
368
+ I
369
+ 0
370
+ I
371
+ 0
372
+ I
373
+ 0
374
+ I
375
+ -2
376
+ p
377
+ 9
378
+ x
379
+ 5
380
+ Value
381
+ n
382
+ x
383
+ 3
384
+ new
385
+ x
386
+ 8
387
+ allocate
388
+ x
389
+ 10
390
+ initialize
391
+ s
392
+ 0
393
+
394
+ x
395
+ 2
396
+ ==
397
+ x
398
+ 6
399
+ assert
400
+ n
401
+ p
402
+ 5
403
+ I
404
+ 0
405
+ I
406
+ 8
407
+ I
408
+ 23
409
+ I
410
+ 9
411
+ I
412
+ 4c
413
+ x
414
+ 59
415
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
416
+ p
417
+ 0
418
+ x
419
+ 6
420
+ should
421
+ s
422
+ 8
423
+ be empty
424
+ M
425
+ 1
426
+ p
427
+ 2
428
+ x
429
+ 9
430
+ for_block
431
+ t
432
+ n
433
+ x
434
+ 9
435
+ ValueTest
436
+ i
437
+ 72
438
+ 5
439
+ 45
440
+ 0
441
+ 1
442
+ 13
443
+ 71
444
+ 2
445
+ 47
446
+ 9
447
+ 22
448
+ 47
449
+ 49
450
+ 3
451
+ 0
452
+ 13
453
+ 47
454
+ 49
455
+ 4
456
+ 0
457
+ 15
458
+ 8
459
+ 25
460
+ 49
461
+ 2
462
+ 0
463
+ 49
464
+ 5
465
+ 0
466
+ 47
467
+ 49
468
+ 6
469
+ 1
470
+ 15
471
+ 5
472
+ 45
473
+ 0
474
+ 7
475
+ 13
476
+ 71
477
+ 2
478
+ 47
479
+ 9
480
+ 58
481
+ 47
482
+ 49
483
+ 3
484
+ 0
485
+ 13
486
+ 7
487
+ 8
488
+ 64
489
+ 47
490
+ 49
491
+ 4
492
+ 1
493
+ 15
494
+ 8
495
+ 64
496
+ 7
497
+ 8
498
+ 64
499
+ 49
500
+ 2
501
+ 1
502
+ 49
503
+ 5
504
+ 0
505
+ 47
506
+ 49
507
+ 6
508
+ 1
509
+ 11
510
+ I
511
+ 5
512
+ I
513
+ 0
514
+ I
515
+ 0
516
+ I
517
+ 0
518
+ I
519
+ -2
520
+ p
521
+ 9
522
+ x
523
+ 5
524
+ Value
525
+ n
526
+ x
527
+ 3
528
+ new
529
+ x
530
+ 8
531
+ allocate
532
+ x
533
+ 10
534
+ initialize
535
+ x
536
+ 6
537
+ empty?
538
+ x
539
+ 6
540
+ assert
541
+ n
542
+ s
543
+ 0
544
+
545
+ p
546
+ 5
547
+ I
548
+ 0
549
+ I
550
+ c
551
+ I
552
+ 21
553
+ I
554
+ d
555
+ I
556
+ 48
557
+ x
558
+ 59
559
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
560
+ p
561
+ 0
562
+ s
563
+ 22
564
+ match an empty pattern
565
+ M
566
+ 1
567
+ p
568
+ 2
569
+ x
570
+ 9
571
+ for_block
572
+ t
573
+ n
574
+ x
575
+ 9
576
+ ValueTest
577
+ i
578
+ 108
579
+ 5
580
+ 45
581
+ 0
582
+ 1
583
+ 13
584
+ 71
585
+ 2
586
+ 47
587
+ 9
588
+ 22
589
+ 47
590
+ 49
591
+ 3
592
+ 0
593
+ 13
594
+ 47
595
+ 49
596
+ 4
597
+ 0
598
+ 15
599
+ 8
600
+ 25
601
+ 49
602
+ 2
603
+ 0
604
+ 7
605
+ 5
606
+ 13
607
+ 70
608
+ 9
609
+ 43
610
+ 15
611
+ 44
612
+ 43
613
+ 6
614
+ 7
615
+ 7
616
+ 78
617
+ 49
618
+ 2
619
+ 2
620
+ 6
621
+ 5
622
+ 49
623
+ 8
624
+ 1
625
+ 47
626
+ 49
627
+ 9
628
+ 1
629
+ 15
630
+ 5
631
+ 45
632
+ 0
633
+ 10
634
+ 13
635
+ 71
636
+ 2
637
+ 47
638
+ 9
639
+ 76
640
+ 47
641
+ 49
642
+ 3
643
+ 0
644
+ 13
645
+ 7
646
+ 7
647
+ 64
648
+ 47
649
+ 49
650
+ 4
651
+ 1
652
+ 15
653
+ 8
654
+ 82
655
+ 7
656
+ 7
657
+ 64
658
+ 49
659
+ 2
660
+ 1
661
+ 7
662
+ 11
663
+ 13
664
+ 70
665
+ 9
666
+ 100
667
+ 15
668
+ 44
669
+ 43
670
+ 6
671
+ 7
672
+ 7
673
+ 78
674
+ 49
675
+ 2
676
+ 2
677
+ 6
678
+ 11
679
+ 49
680
+ 8
681
+ 1
682
+ 47
683
+ 49
684
+ 9
685
+ 1
686
+ 11
687
+ I
688
+ 6
689
+ I
690
+ 0
691
+ I
692
+ 0
693
+ I
694
+ 0
695
+ I
696
+ -2
697
+ p
698
+ 12
699
+ x
700
+ 5
701
+ Value
702
+ n
703
+ x
704
+ 3
705
+ new
706
+ x
707
+ 8
708
+ allocate
709
+ x
710
+ 10
711
+ initialize
712
+ n
713
+ x
714
+ 6
715
+ Regexp
716
+ s
717
+ 0
718
+
719
+ x
720
+ 2
721
+ =~
722
+ x
723
+ 6
724
+ assert
725
+ n
726
+ n
727
+ p
728
+ 5
729
+ I
730
+ 0
731
+ I
732
+ 10
733
+ I
734
+ 33
735
+ I
736
+ 11
737
+ I
738
+ 6c
739
+ x
740
+ 59
741
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
742
+ p
743
+ 0
744
+ p
745
+ 7
746
+ I
747
+ 0
748
+ I
749
+ 7
750
+ I
751
+ b
752
+ I
753
+ b
754
+ I
755
+ 16
756
+ I
757
+ f
758
+ I
759
+ 21
760
+ x
761
+ 59
762
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
763
+ p
764
+ 0
765
+ x
766
+ 7
767
+ context
768
+ s
769
+ 5
770
+ #join
771
+ M
772
+ 1
773
+ p
774
+ 2
775
+ x
776
+ 9
777
+ for_block
778
+ t
779
+ n
780
+ x
781
+ 9
782
+ ValueTest
783
+ i
784
+ 66
785
+ 5
786
+ 7
787
+ 0
788
+ 64
789
+ 56
790
+ 1
791
+ 47
792
+ 50
793
+ 2
794
+ 1
795
+ 15
796
+ 5
797
+ 7
798
+ 3
799
+ 64
800
+ 56
801
+ 4
802
+ 47
803
+ 50
804
+ 2
805
+ 1
806
+ 15
807
+ 5
808
+ 7
809
+ 5
810
+ 64
811
+ 56
812
+ 6
813
+ 47
814
+ 50
815
+ 2
816
+ 1
817
+ 15
818
+ 5
819
+ 7
820
+ 7
821
+ 64
822
+ 56
823
+ 8
824
+ 47
825
+ 50
826
+ 2
827
+ 1
828
+ 15
829
+ 5
830
+ 7
831
+ 9
832
+ 64
833
+ 56
834
+ 10
835
+ 47
836
+ 50
837
+ 2
838
+ 1
839
+ 15
840
+ 5
841
+ 7
842
+ 11
843
+ 64
844
+ 56
845
+ 12
846
+ 47
847
+ 50
848
+ 2
849
+ 1
850
+ 11
851
+ I
852
+ 4
853
+ I
854
+ 0
855
+ I
856
+ 0
857
+ I
858
+ 0
859
+ I
860
+ -2
861
+ p
862
+ 13
863
+ s
864
+ 30
865
+ return empty string when empty
866
+ M
867
+ 1
868
+ p
869
+ 2
870
+ x
871
+ 9
872
+ for_block
873
+ t
874
+ n
875
+ x
876
+ 9
877
+ ValueTest
878
+ i
879
+ 84
880
+ 5
881
+ 7
882
+ 0
883
+ 64
884
+ 45
885
+ 1
886
+ 2
887
+ 13
888
+ 71
889
+ 3
890
+ 47
891
+ 9
892
+ 25
893
+ 47
894
+ 49
895
+ 4
896
+ 0
897
+ 13
898
+ 47
899
+ 49
900
+ 5
901
+ 0
902
+ 15
903
+ 8
904
+ 28
905
+ 49
906
+ 3
907
+ 0
908
+ 49
909
+ 6
910
+ 0
911
+ 49
912
+ 7
913
+ 0
914
+ 47
915
+ 49
916
+ 8
917
+ 2
918
+ 15
919
+ 5
920
+ 7
921
+ 0
922
+ 64
923
+ 45
924
+ 1
925
+ 9
926
+ 13
927
+ 71
928
+ 3
929
+ 47
930
+ 9
931
+ 67
932
+ 47
933
+ 49
934
+ 4
935
+ 0
936
+ 13
937
+ 7
938
+ 0
939
+ 64
940
+ 47
941
+ 49
942
+ 5
943
+ 1
944
+ 15
945
+ 8
946
+ 73
947
+ 7
948
+ 0
949
+ 64
950
+ 49
951
+ 3
952
+ 1
953
+ 49
954
+ 6
955
+ 0
956
+ 49
957
+ 7
958
+ 0
959
+ 47
960
+ 49
961
+ 8
962
+ 2
963
+ 11
964
+ I
965
+ 6
966
+ I
967
+ 0
968
+ I
969
+ 0
970
+ I
971
+ 0
972
+ I
973
+ -2
974
+ p
975
+ 10
976
+ s
977
+ 0
978
+
979
+ x
980
+ 5
981
+ Value
982
+ n
983
+ x
984
+ 3
985
+ new
986
+ x
987
+ 8
988
+ allocate
989
+ x
990
+ 10
991
+ initialize
992
+ x
993
+ 4
994
+ join
995
+ x
996
+ 4
997
+ to_s
998
+ x
999
+ 12
1000
+ assert_equal
1001
+ n
1002
+ p
1003
+ 5
1004
+ I
1005
+ 0
1006
+ I
1007
+ 17
1008
+ I
1009
+ 27
1010
+ I
1011
+ 18
1012
+ I
1013
+ 54
1014
+ x
1015
+ 59
1016
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1017
+ p
1018
+ 0
1019
+ x
1020
+ 6
1021
+ should
1022
+ s
1023
+ 27
1024
+ return the string if atomic
1025
+ M
1026
+ 1
1027
+ p
1028
+ 2
1029
+ x
1030
+ 9
1031
+ for_block
1032
+ t
1033
+ n
1034
+ x
1035
+ 9
1036
+ ValueTest
1037
+ i
1038
+ 45
1039
+ 5
1040
+ 7
1041
+ 0
1042
+ 64
1043
+ 45
1044
+ 1
1045
+ 2
1046
+ 13
1047
+ 71
1048
+ 3
1049
+ 47
1050
+ 9
1051
+ 28
1052
+ 47
1053
+ 49
1054
+ 4
1055
+ 0
1056
+ 13
1057
+ 7
1058
+ 0
1059
+ 64
1060
+ 47
1061
+ 49
1062
+ 5
1063
+ 1
1064
+ 15
1065
+ 8
1066
+ 34
1067
+ 7
1068
+ 0
1069
+ 64
1070
+ 49
1071
+ 3
1072
+ 1
1073
+ 49
1074
+ 6
1075
+ 0
1076
+ 49
1077
+ 7
1078
+ 0
1079
+ 47
1080
+ 49
1081
+ 8
1082
+ 2
1083
+ 11
1084
+ I
1085
+ 6
1086
+ I
1087
+ 0
1088
+ I
1089
+ 0
1090
+ I
1091
+ 0
1092
+ I
1093
+ -2
1094
+ p
1095
+ 9
1096
+ s
1097
+ 3
1098
+ foo
1099
+ x
1100
+ 5
1101
+ Value
1102
+ n
1103
+ x
1104
+ 3
1105
+ new
1106
+ x
1107
+ 8
1108
+ allocate
1109
+ x
1110
+ 10
1111
+ initialize
1112
+ x
1113
+ 4
1114
+ join
1115
+ x
1116
+ 4
1117
+ to_s
1118
+ x
1119
+ 12
1120
+ assert_equal
1121
+ p
1122
+ 3
1123
+ I
1124
+ 0
1125
+ I
1126
+ 1b
1127
+ I
1128
+ 2d
1129
+ x
1130
+ 59
1131
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1132
+ p
1133
+ 0
1134
+ s
1135
+ 73
1136
+ return a string concatenation of all strings when containing only strings
1137
+ M
1138
+ 1
1139
+ p
1140
+ 2
1141
+ x
1142
+ 9
1143
+ for_block
1144
+ t
1145
+ n
1146
+ x
1147
+ 9
1148
+ ValueTest
1149
+ i
1150
+ 106
1151
+ 5
1152
+ 7
1153
+ 0
1154
+ 64
1155
+ 45
1156
+ 1
1157
+ 2
1158
+ 13
1159
+ 71
1160
+ 3
1161
+ 47
1162
+ 9
1163
+ 31
1164
+ 47
1165
+ 49
1166
+ 4
1167
+ 0
1168
+ 13
1169
+ 7
1170
+ 5
1171
+ 64
1172
+ 7
1173
+ 6
1174
+ 64
1175
+ 47
1176
+ 49
1177
+ 7
1178
+ 2
1179
+ 15
1180
+ 8
1181
+ 40
1182
+ 7
1183
+ 5
1184
+ 64
1185
+ 7
1186
+ 6
1187
+ 64
1188
+ 49
1189
+ 3
1190
+ 2
1191
+ 49
1192
+ 8
1193
+ 0
1194
+ 49
1195
+ 9
1196
+ 0
1197
+ 47
1198
+ 49
1199
+ 10
1200
+ 2
1201
+ 15
1202
+ 5
1203
+ 7
1204
+ 0
1205
+ 64
1206
+ 45
1207
+ 1
1208
+ 11
1209
+ 13
1210
+ 71
1211
+ 3
1212
+ 47
1213
+ 9
1214
+ 84
1215
+ 47
1216
+ 49
1217
+ 4
1218
+ 0
1219
+ 13
1220
+ 7
1221
+ 5
1222
+ 64
1223
+ 7
1224
+ 6
1225
+ 64
1226
+ 35
1227
+ 2
1228
+ 47
1229
+ 49
1230
+ 7
1231
+ 1
1232
+ 15
1233
+ 8
1234
+ 95
1235
+ 7
1236
+ 5
1237
+ 64
1238
+ 7
1239
+ 6
1240
+ 64
1241
+ 35
1242
+ 2
1243
+ 49
1244
+ 3
1245
+ 1
1246
+ 49
1247
+ 8
1248
+ 0
1249
+ 49
1250
+ 9
1251
+ 0
1252
+ 47
1253
+ 49
1254
+ 10
1255
+ 2
1256
+ 11
1257
+ I
1258
+ 7
1259
+ I
1260
+ 0
1261
+ I
1262
+ 0
1263
+ I
1264
+ 0
1265
+ I
1266
+ -2
1267
+ p
1268
+ 12
1269
+ s
1270
+ 6
1271
+ foobar
1272
+ x
1273
+ 5
1274
+ Value
1275
+ n
1276
+ x
1277
+ 3
1278
+ new
1279
+ x
1280
+ 8
1281
+ allocate
1282
+ s
1283
+ 3
1284
+ foo
1285
+ s
1286
+ 3
1287
+ bar
1288
+ x
1289
+ 10
1290
+ initialize
1291
+ x
1292
+ 4
1293
+ join
1294
+ x
1295
+ 4
1296
+ to_s
1297
+ x
1298
+ 12
1299
+ assert_equal
1300
+ n
1301
+ p
1302
+ 5
1303
+ I
1304
+ 0
1305
+ I
1306
+ 1e
1307
+ I
1308
+ 33
1309
+ I
1310
+ 1f
1311
+ I
1312
+ 6a
1313
+ x
1314
+ 59
1315
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1316
+ p
1317
+ 0
1318
+ s
1319
+ 56
1320
+ should be atomic after join when containing only strings
1321
+ M
1322
+ 1
1323
+ p
1324
+ 2
1325
+ x
1326
+ 9
1327
+ for_block
1328
+ t
1329
+ n
1330
+ x
1331
+ 9
1332
+ ValueTest
1333
+ i
1334
+ 93
1335
+ 5
1336
+ 45
1337
+ 0
1338
+ 1
1339
+ 13
1340
+ 71
1341
+ 2
1342
+ 47
1343
+ 9
1344
+ 28
1345
+ 47
1346
+ 49
1347
+ 3
1348
+ 0
1349
+ 13
1350
+ 7
1351
+ 4
1352
+ 64
1353
+ 7
1354
+ 5
1355
+ 64
1356
+ 47
1357
+ 49
1358
+ 6
1359
+ 2
1360
+ 15
1361
+ 8
1362
+ 37
1363
+ 7
1364
+ 4
1365
+ 64
1366
+ 7
1367
+ 5
1368
+ 64
1369
+ 49
1370
+ 2
1371
+ 2
1372
+ 49
1373
+ 7
1374
+ 0
1375
+ 47
1376
+ 49
1377
+ 8
1378
+ 1
1379
+ 15
1380
+ 5
1381
+ 45
1382
+ 0
1383
+ 9
1384
+ 13
1385
+ 71
1386
+ 2
1387
+ 47
1388
+ 9
1389
+ 73
1390
+ 47
1391
+ 49
1392
+ 3
1393
+ 0
1394
+ 13
1395
+ 7
1396
+ 4
1397
+ 64
1398
+ 7
1399
+ 5
1400
+ 64
1401
+ 47
1402
+ 49
1403
+ 6
1404
+ 2
1405
+ 15
1406
+ 8
1407
+ 82
1408
+ 7
1409
+ 4
1410
+ 64
1411
+ 7
1412
+ 5
1413
+ 64
1414
+ 49
1415
+ 2
1416
+ 2
1417
+ 49
1418
+ 10
1419
+ 0
1420
+ 49
1421
+ 7
1422
+ 0
1423
+ 47
1424
+ 49
1425
+ 11
1426
+ 1
1427
+ 11
1428
+ I
1429
+ 6
1430
+ I
1431
+ 0
1432
+ I
1433
+ 0
1434
+ I
1435
+ 0
1436
+ I
1437
+ -2
1438
+ p
1439
+ 12
1440
+ x
1441
+ 5
1442
+ Value
1443
+ n
1444
+ x
1445
+ 3
1446
+ new
1447
+ x
1448
+ 8
1449
+ allocate
1450
+ s
1451
+ 3
1452
+ foo
1453
+ s
1454
+ 3
1455
+ bar
1456
+ x
1457
+ 10
1458
+ initialize
1459
+ x
1460
+ 7
1461
+ atomic?
1462
+ x
1463
+ 6
1464
+ refute
1465
+ n
1466
+ x
1467
+ 4
1468
+ join
1469
+ x
1470
+ 6
1471
+ assert
1472
+ p
1473
+ 5
1474
+ I
1475
+ 0
1476
+ I
1477
+ 22
1478
+ I
1479
+ 2d
1480
+ I
1481
+ 23
1482
+ I
1483
+ 5d
1484
+ x
1485
+ 59
1486
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1487
+ p
1488
+ 0
1489
+ s
1490
+ 39
1491
+ do nothing when containing only symbols
1492
+ M
1493
+ 1
1494
+ p
1495
+ 2
1496
+ x
1497
+ 9
1498
+ for_block
1499
+ t
1500
+ n
1501
+ x
1502
+ 9
1503
+ ValueTest
1504
+ i
1505
+ 92
1506
+ 45
1507
+ 0
1508
+ 1
1509
+ 13
1510
+ 71
1511
+ 2
1512
+ 47
1513
+ 9
1514
+ 23
1515
+ 47
1516
+ 49
1517
+ 3
1518
+ 0
1519
+ 13
1520
+ 7
1521
+ 4
1522
+ 47
1523
+ 49
1524
+ 5
1525
+ 1
1526
+ 15
1527
+ 8
1528
+ 28
1529
+ 7
1530
+ 4
1531
+ 49
1532
+ 2
1533
+ 1
1534
+ 19
1535
+ 0
1536
+ 15
1537
+ 5
1538
+ 20
1539
+ 0
1540
+ 20
1541
+ 0
1542
+ 49
1543
+ 6
1544
+ 0
1545
+ 47
1546
+ 49
1547
+ 7
1548
+ 2
1549
+ 15
1550
+ 45
1551
+ 0
1552
+ 8
1553
+ 13
1554
+ 71
1555
+ 2
1556
+ 47
1557
+ 9
1558
+ 69
1559
+ 47
1560
+ 49
1561
+ 3
1562
+ 0
1563
+ 13
1564
+ 7
1565
+ 4
1566
+ 7
1567
+ 9
1568
+ 47
1569
+ 49
1570
+ 5
1571
+ 2
1572
+ 15
1573
+ 8
1574
+ 76
1575
+ 7
1576
+ 4
1577
+ 7
1578
+ 9
1579
+ 49
1580
+ 2
1581
+ 2
1582
+ 19
1583
+ 0
1584
+ 15
1585
+ 5
1586
+ 20
1587
+ 0
1588
+ 20
1589
+ 0
1590
+ 49
1591
+ 6
1592
+ 0
1593
+ 47
1594
+ 49
1595
+ 7
1596
+ 2
1597
+ 11
1598
+ I
1599
+ 6
1600
+ I
1601
+ 1
1602
+ I
1603
+ 0
1604
+ I
1605
+ 0
1606
+ I
1607
+ -2
1608
+ p
1609
+ 10
1610
+ x
1611
+ 5
1612
+ Value
1613
+ n
1614
+ x
1615
+ 3
1616
+ new
1617
+ x
1618
+ 8
1619
+ allocate
1620
+ x
1621
+ 3
1622
+ foo
1623
+ x
1624
+ 10
1625
+ initialize
1626
+ x
1627
+ 4
1628
+ join
1629
+ x
1630
+ 12
1631
+ assert_equal
1632
+ n
1633
+ x
1634
+ 3
1635
+ bar
1636
+ p
1637
+ 9
1638
+ I
1639
+ 0
1640
+ I
1641
+ 26
1642
+ I
1643
+ 1f
1644
+ I
1645
+ 27
1646
+ I
1647
+ 2c
1648
+ I
1649
+ 28
1650
+ I
1651
+ 4f
1652
+ I
1653
+ 29
1654
+ I
1655
+ 5c
1656
+ x
1657
+ 59
1658
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1659
+ p
1660
+ 1
1661
+ x
1662
+ 5
1663
+ value
1664
+ s
1665
+ 59
1666
+ do nothing when containing only symbols and a single string
1667
+ M
1668
+ 1
1669
+ p
1670
+ 2
1671
+ x
1672
+ 9
1673
+ for_block
1674
+ t
1675
+ n
1676
+ x
1677
+ 9
1678
+ ValueTest
1679
+ i
1680
+ 100
1681
+ 45
1682
+ 0
1683
+ 1
1684
+ 13
1685
+ 71
1686
+ 2
1687
+ 47
1688
+ 9
1689
+ 26
1690
+ 47
1691
+ 49
1692
+ 3
1693
+ 0
1694
+ 13
1695
+ 7
1696
+ 4
1697
+ 7
1698
+ 5
1699
+ 64
1700
+ 47
1701
+ 49
1702
+ 6
1703
+ 2
1704
+ 15
1705
+ 8
1706
+ 34
1707
+ 7
1708
+ 4
1709
+ 7
1710
+ 5
1711
+ 64
1712
+ 49
1713
+ 2
1714
+ 2
1715
+ 19
1716
+ 0
1717
+ 15
1718
+ 5
1719
+ 20
1720
+ 0
1721
+ 20
1722
+ 0
1723
+ 49
1724
+ 7
1725
+ 0
1726
+ 47
1727
+ 49
1728
+ 8
1729
+ 2
1730
+ 15
1731
+ 45
1732
+ 0
1733
+ 9
1734
+ 13
1735
+ 71
1736
+ 2
1737
+ 47
1738
+ 9
1739
+ 76
1740
+ 47
1741
+ 49
1742
+ 3
1743
+ 0
1744
+ 13
1745
+ 7
1746
+ 10
1747
+ 64
1748
+ 7
1749
+ 11
1750
+ 47
1751
+ 49
1752
+ 6
1753
+ 2
1754
+ 15
1755
+ 8
1756
+ 84
1757
+ 7
1758
+ 10
1759
+ 64
1760
+ 7
1761
+ 11
1762
+ 49
1763
+ 2
1764
+ 2
1765
+ 19
1766
+ 0
1767
+ 15
1768
+ 5
1769
+ 20
1770
+ 0
1771
+ 20
1772
+ 0
1773
+ 49
1774
+ 7
1775
+ 0
1776
+ 47
1777
+ 49
1778
+ 8
1779
+ 2
1780
+ 11
1781
+ I
1782
+ 6
1783
+ I
1784
+ 1
1785
+ I
1786
+ 0
1787
+ I
1788
+ 0
1789
+ I
1790
+ -2
1791
+ p
1792
+ 12
1793
+ x
1794
+ 5
1795
+ Value
1796
+ n
1797
+ x
1798
+ 3
1799
+ new
1800
+ x
1801
+ 8
1802
+ allocate
1803
+ x
1804
+ 3
1805
+ foo
1806
+ s
1807
+ 3
1808
+ bar
1809
+ x
1810
+ 10
1811
+ initialize
1812
+ x
1813
+ 4
1814
+ join
1815
+ x
1816
+ 12
1817
+ assert_equal
1818
+ n
1819
+ s
1820
+ 3
1821
+ foo
1822
+ x
1823
+ 3
1824
+ bar
1825
+ p
1826
+ 9
1827
+ I
1828
+ 0
1829
+ I
1830
+ 2c
1831
+ I
1832
+ 25
1833
+ I
1834
+ 2d
1835
+ I
1836
+ 32
1837
+ I
1838
+ 2e
1839
+ I
1840
+ 57
1841
+ I
1842
+ 2f
1843
+ I
1844
+ 64
1845
+ x
1846
+ 59
1847
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1848
+ p
1849
+ 1
1850
+ x
1851
+ 5
1852
+ value
1853
+ p
1854
+ 13
1855
+ I
1856
+ 0
1857
+ I
1858
+ 16
1859
+ I
1860
+ b
1861
+ I
1862
+ 1a
1863
+ I
1864
+ 16
1865
+ I
1866
+ 1d
1867
+ I
1868
+ 21
1869
+ I
1870
+ 21
1871
+ I
1872
+ 2c
1873
+ I
1874
+ 25
1875
+ I
1876
+ 37
1877
+ I
1878
+ 2b
1879
+ I
1880
+ 42
1881
+ x
1882
+ 59
1883
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
1884
+ p
1885
+ 0
1886
+ s
1887
+ 5
1888
+ #to_s
1889
+ M
1890
+ 1
1891
+ p
1892
+ 2
1893
+ x
1894
+ 9
1895
+ for_block
1896
+ t
1897
+ n
1898
+ x
1899
+ 9
1900
+ ValueTest
1901
+ i
1902
+ 55
1903
+ 5
1904
+ 7
1905
+ 0
1906
+ 64
1907
+ 56
1908
+ 1
1909
+ 47
1910
+ 50
1911
+ 2
1912
+ 1
1913
+ 15
1914
+ 5
1915
+ 7
1916
+ 3
1917
+ 64
1918
+ 56
1919
+ 4
1920
+ 47
1921
+ 50
1922
+ 2
1923
+ 1
1924
+ 15
1925
+ 5
1926
+ 7
1927
+ 5
1928
+ 64
1929
+ 56
1930
+ 6
1931
+ 47
1932
+ 50
1933
+ 2
1934
+ 1
1935
+ 15
1936
+ 5
1937
+ 7
1938
+ 7
1939
+ 64
1940
+ 56
1941
+ 8
1942
+ 47
1943
+ 50
1944
+ 2
1945
+ 1
1946
+ 15
1947
+ 5
1948
+ 7
1949
+ 9
1950
+ 64
1951
+ 56
1952
+ 10
1953
+ 47
1954
+ 50
1955
+ 2
1956
+ 1
1957
+ 11
1958
+ I
1959
+ 4
1960
+ I
1961
+ 0
1962
+ I
1963
+ 0
1964
+ I
1965
+ 0
1966
+ I
1967
+ -2
1968
+ p
1969
+ 11
1970
+ s
1971
+ 27
1972
+ return the string if atomic
1973
+ M
1974
+ 1
1975
+ p
1976
+ 2
1977
+ x
1978
+ 9
1979
+ for_block
1980
+ t
1981
+ n
1982
+ x
1983
+ 9
1984
+ ValueTest
1985
+ i
1986
+ 42
1987
+ 5
1988
+ 7
1989
+ 0
1990
+ 64
1991
+ 45
1992
+ 1
1993
+ 2
1994
+ 13
1995
+ 71
1996
+ 3
1997
+ 47
1998
+ 9
1999
+ 28
2000
+ 47
2001
+ 49
2002
+ 4
2003
+ 0
2004
+ 13
2005
+ 7
2006
+ 0
2007
+ 64
2008
+ 47
2009
+ 49
2010
+ 5
2011
+ 1
2012
+ 15
2013
+ 8
2014
+ 34
2015
+ 7
2016
+ 0
2017
+ 64
2018
+ 49
2019
+ 3
2020
+ 1
2021
+ 49
2022
+ 6
2023
+ 0
2024
+ 47
2025
+ 49
2026
+ 7
2027
+ 2
2028
+ 11
2029
+ I
2030
+ 6
2031
+ I
2032
+ 0
2033
+ I
2034
+ 0
2035
+ I
2036
+ 0
2037
+ I
2038
+ -2
2039
+ p
2040
+ 8
2041
+ s
2042
+ 7
2043
+ foo bar
2044
+ x
2045
+ 5
2046
+ Value
2047
+ n
2048
+ x
2049
+ 3
2050
+ new
2051
+ x
2052
+ 8
2053
+ allocate
2054
+ x
2055
+ 10
2056
+ initialize
2057
+ x
2058
+ 4
2059
+ to_s
2060
+ x
2061
+ 12
2062
+ assert_equal
2063
+ p
2064
+ 3
2065
+ I
2066
+ 0
2067
+ I
2068
+ 35
2069
+ I
2070
+ 2a
2071
+ x
2072
+ 59
2073
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2074
+ p
2075
+ 0
2076
+ x
2077
+ 6
2078
+ should
2079
+ s
2080
+ 64
2081
+ return the symbol as string when containing only a single symbol
2082
+ M
2083
+ 1
2084
+ p
2085
+ 2
2086
+ x
2087
+ 9
2088
+ for_block
2089
+ t
2090
+ n
2091
+ x
2092
+ 9
2093
+ ValueTest
2094
+ i
2095
+ 40
2096
+ 5
2097
+ 7
2098
+ 0
2099
+ 64
2100
+ 45
2101
+ 1
2102
+ 2
2103
+ 13
2104
+ 71
2105
+ 3
2106
+ 47
2107
+ 9
2108
+ 27
2109
+ 47
2110
+ 49
2111
+ 4
2112
+ 0
2113
+ 13
2114
+ 7
2115
+ 5
2116
+ 47
2117
+ 49
2118
+ 6
2119
+ 1
2120
+ 15
2121
+ 8
2122
+ 32
2123
+ 7
2124
+ 5
2125
+ 49
2126
+ 3
2127
+ 1
2128
+ 49
2129
+ 7
2130
+ 0
2131
+ 47
2132
+ 49
2133
+ 8
2134
+ 2
2135
+ 11
2136
+ I
2137
+ 6
2138
+ I
2139
+ 0
2140
+ I
2141
+ 0
2142
+ I
2143
+ 0
2144
+ I
2145
+ -2
2146
+ p
2147
+ 9
2148
+ s
2149
+ 3
2150
+ foo
2151
+ x
2152
+ 5
2153
+ Value
2154
+ n
2155
+ x
2156
+ 3
2157
+ new
2158
+ x
2159
+ 8
2160
+ allocate
2161
+ x
2162
+ 3
2163
+ foo
2164
+ x
2165
+ 10
2166
+ initialize
2167
+ x
2168
+ 4
2169
+ to_s
2170
+ x
2171
+ 12
2172
+ assert_equal
2173
+ p
2174
+ 3
2175
+ I
2176
+ 0
2177
+ I
2178
+ 38
2179
+ I
2180
+ 28
2181
+ x
2182
+ 59
2183
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2184
+ p
2185
+ 0
2186
+ s
2187
+ 42
2188
+ return all string tokens concatenated by #
2189
+ M
2190
+ 1
2191
+ p
2192
+ 2
2193
+ x
2194
+ 9
2195
+ for_block
2196
+ t
2197
+ n
2198
+ x
2199
+ 9
2200
+ ValueTest
2201
+ i
2202
+ 48
2203
+ 5
2204
+ 7
2205
+ 0
2206
+ 64
2207
+ 45
2208
+ 1
2209
+ 2
2210
+ 13
2211
+ 71
2212
+ 3
2213
+ 47
2214
+ 9
2215
+ 31
2216
+ 47
2217
+ 49
2218
+ 4
2219
+ 0
2220
+ 13
2221
+ 7
2222
+ 5
2223
+ 64
2224
+ 7
2225
+ 6
2226
+ 64
2227
+ 47
2228
+ 49
2229
+ 7
2230
+ 2
2231
+ 15
2232
+ 8
2233
+ 40
2234
+ 7
2235
+ 5
2236
+ 64
2237
+ 7
2238
+ 6
2239
+ 64
2240
+ 49
2241
+ 3
2242
+ 2
2243
+ 49
2244
+ 8
2245
+ 0
2246
+ 47
2247
+ 49
2248
+ 9
2249
+ 2
2250
+ 11
2251
+ I
2252
+ 7
2253
+ I
2254
+ 0
2255
+ I
2256
+ 0
2257
+ I
2258
+ 0
2259
+ I
2260
+ -2
2261
+ p
2262
+ 10
2263
+ s
2264
+ 13
2265
+ "foo" # "bar"
2266
+ x
2267
+ 5
2268
+ Value
2269
+ n
2270
+ x
2271
+ 3
2272
+ new
2273
+ x
2274
+ 8
2275
+ allocate
2276
+ s
2277
+ 3
2278
+ foo
2279
+ s
2280
+ 3
2281
+ bar
2282
+ x
2283
+ 10
2284
+ initialize
2285
+ x
2286
+ 4
2287
+ to_s
2288
+ x
2289
+ 12
2290
+ assert_equal
2291
+ p
2292
+ 3
2293
+ I
2294
+ 0
2295
+ I
2296
+ 3b
2297
+ I
2298
+ 30
2299
+ x
2300
+ 59
2301
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2302
+ p
2303
+ 0
2304
+ s
2305
+ 42
2306
+ return all symbol tokens concatenated by #
2307
+ M
2308
+ 1
2309
+ p
2310
+ 2
2311
+ x
2312
+ 9
2313
+ for_block
2314
+ t
2315
+ n
2316
+ x
2317
+ 9
2318
+ ValueTest
2319
+ i
2320
+ 44
2321
+ 5
2322
+ 7
2323
+ 0
2324
+ 64
2325
+ 45
2326
+ 1
2327
+ 2
2328
+ 13
2329
+ 71
2330
+ 3
2331
+ 47
2332
+ 9
2333
+ 29
2334
+ 47
2335
+ 49
2336
+ 4
2337
+ 0
2338
+ 13
2339
+ 7
2340
+ 5
2341
+ 7
2342
+ 6
2343
+ 47
2344
+ 49
2345
+ 7
2346
+ 2
2347
+ 15
2348
+ 8
2349
+ 36
2350
+ 7
2351
+ 5
2352
+ 7
2353
+ 6
2354
+ 49
2355
+ 3
2356
+ 2
2357
+ 49
2358
+ 8
2359
+ 0
2360
+ 47
2361
+ 49
2362
+ 9
2363
+ 2
2364
+ 11
2365
+ I
2366
+ 7
2367
+ I
2368
+ 0
2369
+ I
2370
+ 0
2371
+ I
2372
+ 0
2373
+ I
2374
+ -2
2375
+ p
2376
+ 10
2377
+ s
2378
+ 9
2379
+ foo # bar
2380
+ x
2381
+ 5
2382
+ Value
2383
+ n
2384
+ x
2385
+ 3
2386
+ new
2387
+ x
2388
+ 8
2389
+ allocate
2390
+ x
2391
+ 3
2392
+ foo
2393
+ x
2394
+ 3
2395
+ bar
2396
+ x
2397
+ 10
2398
+ initialize
2399
+ x
2400
+ 4
2401
+ to_s
2402
+ x
2403
+ 12
2404
+ assert_equal
2405
+ p
2406
+ 3
2407
+ I
2408
+ 0
2409
+ I
2410
+ 3e
2411
+ I
2412
+ 2c
2413
+ x
2414
+ 59
2415
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2416
+ p
2417
+ 0
2418
+ s
2419
+ 53
2420
+ return all symbol and string tokens concatenated by #
2421
+ M
2422
+ 1
2423
+ p
2424
+ 2
2425
+ x
2426
+ 9
2427
+ for_block
2428
+ t
2429
+ n
2430
+ x
2431
+ 9
2432
+ ValueTest
2433
+ i
2434
+ 92
2435
+ 5
2436
+ 7
2437
+ 0
2438
+ 64
2439
+ 45
2440
+ 1
2441
+ 2
2442
+ 13
2443
+ 71
2444
+ 3
2445
+ 47
2446
+ 9
2447
+ 30
2448
+ 47
2449
+ 49
2450
+ 4
2451
+ 0
2452
+ 13
2453
+ 7
2454
+ 5
2455
+ 7
2456
+ 6
2457
+ 64
2458
+ 47
2459
+ 49
2460
+ 7
2461
+ 2
2462
+ 15
2463
+ 8
2464
+ 38
2465
+ 7
2466
+ 5
2467
+ 7
2468
+ 6
2469
+ 64
2470
+ 49
2471
+ 3
2472
+ 2
2473
+ 49
2474
+ 8
2475
+ 0
2476
+ 47
2477
+ 49
2478
+ 9
2479
+ 2
2480
+ 15
2481
+ 5
2482
+ 7
2483
+ 10
2484
+ 64
2485
+ 45
2486
+ 1
2487
+ 11
2488
+ 13
2489
+ 71
2490
+ 3
2491
+ 47
2492
+ 9
2493
+ 76
2494
+ 47
2495
+ 49
2496
+ 4
2497
+ 0
2498
+ 13
2499
+ 7
2500
+ 12
2501
+ 64
2502
+ 7
2503
+ 13
2504
+ 47
2505
+ 49
2506
+ 7
2507
+ 2
2508
+ 15
2509
+ 8
2510
+ 84
2511
+ 7
2512
+ 12
2513
+ 64
2514
+ 7
2515
+ 13
2516
+ 49
2517
+ 3
2518
+ 2
2519
+ 49
2520
+ 8
2521
+ 0
2522
+ 47
2523
+ 49
2524
+ 9
2525
+ 2
2526
+ 11
2527
+ I
2528
+ 7
2529
+ I
2530
+ 0
2531
+ I
2532
+ 0
2533
+ I
2534
+ 0
2535
+ I
2536
+ -2
2537
+ p
2538
+ 14
2539
+ s
2540
+ 11
2541
+ foo # "bar"
2542
+ x
2543
+ 5
2544
+ Value
2545
+ n
2546
+ x
2547
+ 3
2548
+ new
2549
+ x
2550
+ 8
2551
+ allocate
2552
+ x
2553
+ 3
2554
+ foo
2555
+ s
2556
+ 3
2557
+ bar
2558
+ x
2559
+ 10
2560
+ initialize
2561
+ x
2562
+ 4
2563
+ to_s
2564
+ x
2565
+ 12
2566
+ assert_equal
2567
+ s
2568
+ 11
2569
+ "foo" # bar
2570
+ n
2571
+ s
2572
+ 3
2573
+ foo
2574
+ x
2575
+ 3
2576
+ bar
2577
+ p
2578
+ 5
2579
+ I
2580
+ 0
2581
+ I
2582
+ 41
2583
+ I
2584
+ 2e
2585
+ I
2586
+ 42
2587
+ I
2588
+ 5c
2589
+ x
2590
+ 59
2591
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2592
+ p
2593
+ 0
2594
+ p
2595
+ 11
2596
+ I
2597
+ 0
2598
+ I
2599
+ 34
2600
+ I
2601
+ b
2602
+ I
2603
+ 37
2604
+ I
2605
+ 16
2606
+ I
2607
+ 3a
2608
+ I
2609
+ 21
2610
+ I
2611
+ 3d
2612
+ I
2613
+ 2c
2614
+ I
2615
+ 40
2616
+ I
2617
+ 37
2618
+ x
2619
+ 59
2620
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2621
+ p
2622
+ 0
2623
+ s
2624
+ 11
2625
+ conversions
2626
+ M
2627
+ 1
2628
+ p
2629
+ 2
2630
+ x
2631
+ 9
2632
+ for_block
2633
+ t
2634
+ n
2635
+ x
2636
+ 9
2637
+ ValueTest
2638
+ i
2639
+ 41
2640
+ 5
2641
+ 56
2642
+ 0
2643
+ 47
2644
+ 50
2645
+ 1
2646
+ 0
2647
+ 15
2648
+ 5
2649
+ 7
2650
+ 2
2651
+ 64
2652
+ 56
2653
+ 3
2654
+ 47
2655
+ 50
2656
+ 4
2657
+ 1
2658
+ 15
2659
+ 5
2660
+ 7
2661
+ 5
2662
+ 64
2663
+ 56
2664
+ 6
2665
+ 47
2666
+ 50
2667
+ 4
2668
+ 1
2669
+ 15
2670
+ 5
2671
+ 7
2672
+ 7
2673
+ 64
2674
+ 56
2675
+ 8
2676
+ 47
2677
+ 50
2678
+ 4
2679
+ 1
2680
+ 11
2681
+ I
2682
+ 4
2683
+ I
2684
+ 0
2685
+ I
2686
+ 0
2687
+ I
2688
+ 0
2689
+ I
2690
+ -2
2691
+ p
2692
+ 9
2693
+ M
2694
+ 1
2695
+ p
2696
+ 2
2697
+ x
2698
+ 9
2699
+ for_block
2700
+ t
2701
+ n
2702
+ x
2703
+ 9
2704
+ ValueTest
2705
+ i
2706
+ 100
2707
+ 99
2708
+ 7
2709
+ 0
2710
+ 45
2711
+ 1
2712
+ 2
2713
+ 43
2714
+ 3
2715
+ 65
2716
+ 49
2717
+ 4
2718
+ 3
2719
+ 13
2720
+ 99
2721
+ 12
2722
+ 7
2723
+ 5
2724
+ 12
2725
+ 7
2726
+ 6
2727
+ 12
2728
+ 65
2729
+ 12
2730
+ 49
2731
+ 7
2732
+ 4
2733
+ 15
2734
+ 49
2735
+ 5
2736
+ 0
2737
+ 15
2738
+ 45
2739
+ 8
2740
+ 9
2741
+ 13
2742
+ 71
2743
+ 10
2744
+ 47
2745
+ 9
2746
+ 55
2747
+ 47
2748
+ 49
2749
+ 11
2750
+ 0
2751
+ 13
2752
+ 7
2753
+ 12
2754
+ 64
2755
+ 47
2756
+ 49
2757
+ 13
2758
+ 1
2759
+ 15
2760
+ 8
2761
+ 61
2762
+ 7
2763
+ 12
2764
+ 64
2765
+ 49
2766
+ 10
2767
+ 1
2768
+ 45
2769
+ 8
2770
+ 14
2771
+ 13
2772
+ 71
2773
+ 10
2774
+ 47
2775
+ 9
2776
+ 87
2777
+ 47
2778
+ 49
2779
+ 11
2780
+ 0
2781
+ 13
2782
+ 7
2783
+ 12
2784
+ 64
2785
+ 7
2786
+ 15
2787
+ 47
2788
+ 49
2789
+ 13
2790
+ 2
2791
+ 15
2792
+ 8
2793
+ 95
2794
+ 7
2795
+ 12
2796
+ 64
2797
+ 7
2798
+ 15
2799
+ 49
2800
+ 10
2801
+ 2
2802
+ 35
2803
+ 2
2804
+ 38
2805
+ 16
2806
+ 11
2807
+ I
2808
+ 7
2809
+ I
2810
+ 0
2811
+ I
2812
+ 0
2813
+ I
2814
+ 0
2815
+ I
2816
+ -2
2817
+ p
2818
+ 17
2819
+ x
2820
+ 6
2821
+ Upcase
2822
+ x
2823
+ 6
2824
+ BibTeX
2825
+ n
2826
+ x
2827
+ 6
2828
+ Filter
2829
+ x
2830
+ 10
2831
+ open_class
2832
+ x
2833
+ 14
2834
+ __class_init__
2835
+ M
2836
+ 1
2837
+ n
2838
+ n
2839
+ x
2840
+ 6
2841
+ Upcase
2842
+ i
2843
+ 16
2844
+ 5
2845
+ 66
2846
+ 99
2847
+ 7
2848
+ 0
2849
+ 7
2850
+ 1
2851
+ 65
2852
+ 67
2853
+ 49
2854
+ 2
2855
+ 0
2856
+ 49
2857
+ 3
2858
+ 4
2859
+ 11
2860
+ I
2861
+ 5
2862
+ I
2863
+ 0
2864
+ I
2865
+ 0
2866
+ I
2867
+ 0
2868
+ n
2869
+ p
2870
+ 4
2871
+ x
2872
+ 5
2873
+ apply
2874
+ M
2875
+ 1
2876
+ n
2877
+ n
2878
+ x
2879
+ 5
2880
+ apply
2881
+ i
2882
+ 20
2883
+ 20
2884
+ 0
2885
+ 44
2886
+ 43
2887
+ 0
2888
+ 49
2889
+ 1
2890
+ 1
2891
+ 9
2892
+ 17
2893
+ 20
2894
+ 0
2895
+ 49
2896
+ 2
2897
+ 0
2898
+ 8
2899
+ 19
2900
+ 20
2901
+ 0
2902
+ 11
2903
+ I
2904
+ 3
2905
+ I
2906
+ 1
2907
+ I
2908
+ 1
2909
+ I
2910
+ 1
2911
+ n
2912
+ p
2913
+ 3
2914
+ x
2915
+ 6
2916
+ String
2917
+ x
2918
+ 5
2919
+ is_a?
2920
+ x
2921
+ 6
2922
+ upcase
2923
+ p
2924
+ 7
2925
+ I
2926
+ -1
2927
+ I
2928
+ 49
2929
+ I
2930
+ 0
2931
+ I
2932
+ 4a
2933
+ I
2934
+ 13
2935
+ I
2936
+ 0
2937
+ I
2938
+ 14
2939
+ x
2940
+ 59
2941
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2942
+ p
2943
+ 1
2944
+ x
2945
+ 5
2946
+ value
2947
+ x
2948
+ 17
2949
+ method_visibility
2950
+ x
2951
+ 15
2952
+ add_defn_method
2953
+ p
2954
+ 3
2955
+ I
2956
+ 2
2957
+ I
2958
+ 49
2959
+ I
2960
+ 10
2961
+ x
2962
+ 59
2963
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
2964
+ p
2965
+ 0
2966
+ x
2967
+ 13
2968
+ attach_method
2969
+ x
2970
+ 5
2971
+ Value
2972
+ n
2973
+ x
2974
+ 3
2975
+ new
2976
+ x
2977
+ 8
2978
+ allocate
2979
+ s
2980
+ 3
2981
+ foo
2982
+ x
2983
+ 10
2984
+ initialize
2985
+ n
2986
+ x
2987
+ 3
2988
+ bar
2989
+ x
2990
+ 7
2991
+ @values
2992
+ p
2993
+ 5
2994
+ I
2995
+ 0
2996
+ I
2997
+ 48
2998
+ I
2999
+ 1f
3000
+ I
3001
+ 4d
3002
+ I
3003
+ 64
3004
+ x
3005
+ 59
3006
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3007
+ p
3008
+ 0
3009
+ x
3010
+ 5
3011
+ setup
3012
+ s
3013
+ 8
3014
+ #convert
3015
+ M
3016
+ 1
3017
+ p
3018
+ 2
3019
+ x
3020
+ 9
3021
+ for_block
3022
+ t
3023
+ n
3024
+ x
3025
+ 9
3026
+ ValueTest
3027
+ i
3028
+ 66
3029
+ 5
3030
+ 7
3031
+ 0
3032
+ 64
3033
+ 56
3034
+ 1
3035
+ 47
3036
+ 50
3037
+ 2
3038
+ 1
3039
+ 15
3040
+ 5
3041
+ 7
3042
+ 3
3043
+ 64
3044
+ 56
3045
+ 4
3046
+ 47
3047
+ 50
3048
+ 2
3049
+ 1
3050
+ 15
3051
+ 5
3052
+ 7
3053
+ 5
3054
+ 64
3055
+ 56
3056
+ 6
3057
+ 47
3058
+ 50
3059
+ 2
3060
+ 1
3061
+ 15
3062
+ 5
3063
+ 7
3064
+ 7
3065
+ 64
3066
+ 56
3067
+ 8
3068
+ 47
3069
+ 50
3070
+ 2
3071
+ 1
3072
+ 15
3073
+ 5
3074
+ 7
3075
+ 9
3076
+ 64
3077
+ 56
3078
+ 10
3079
+ 47
3080
+ 50
3081
+ 2
3082
+ 1
3083
+ 15
3084
+ 5
3085
+ 7
3086
+ 11
3087
+ 64
3088
+ 56
3089
+ 12
3090
+ 47
3091
+ 50
3092
+ 2
3093
+ 1
3094
+ 11
3095
+ I
3096
+ 4
3097
+ I
3098
+ 0
3099
+ I
3100
+ 0
3101
+ I
3102
+ 0
3103
+ I
3104
+ -2
3105
+ p
3106
+ 13
3107
+ s
3108
+ 46
3109
+ convert the value when given a filter instance
3110
+ M
3111
+ 1
3112
+ p
3113
+ 2
3114
+ x
3115
+ 9
3116
+ for_block
3117
+ t
3118
+ n
3119
+ x
3120
+ 9
3121
+ ValueTest
3122
+ i
3123
+ 21
3124
+ 5
3125
+ 7
3126
+ 0
3127
+ 64
3128
+ 7
3129
+ 1
3130
+ 64
3131
+ 35
3132
+ 2
3133
+ 39
3134
+ 2
3135
+ 56
3136
+ 3
3137
+ 50
3138
+ 4
3139
+ 0
3140
+ 47
3141
+ 49
3142
+ 5
3143
+ 2
3144
+ 11
3145
+ I
3146
+ 5
3147
+ I
3148
+ 0
3149
+ I
3150
+ 0
3151
+ I
3152
+ 0
3153
+ I
3154
+ -2
3155
+ p
3156
+ 6
3157
+ s
3158
+ 3
3159
+ FOO
3160
+ s
3161
+ 11
3162
+ "FOO" # bar
3163
+ x
3164
+ 7
3165
+ @values
3166
+ M
3167
+ 1
3168
+ p
3169
+ 2
3170
+ x
3171
+ 9
3172
+ for_block
3173
+ t
3174
+ n
3175
+ x
3176
+ 9
3177
+ ValueTest
3178
+ i
3179
+ 19
3180
+ 57
3181
+ 19
3182
+ 0
3183
+ 15
3184
+ 20
3185
+ 0
3186
+ 45
3187
+ 0
3188
+ 1
3189
+ 49
3190
+ 2
3191
+ 0
3192
+ 49
3193
+ 3
3194
+ 1
3195
+ 49
3196
+ 4
3197
+ 0
3198
+ 11
3199
+ I
3200
+ 4
3201
+ I
3202
+ 1
3203
+ I
3204
+ 1
3205
+ I
3206
+ 1
3207
+ n
3208
+ p
3209
+ 5
3210
+ x
3211
+ 6
3212
+ Upcase
3213
+ n
3214
+ x
3215
+ 8
3216
+ instance
3217
+ x
3218
+ 7
3219
+ convert
3220
+ x
3221
+ 4
3222
+ to_s
3223
+ p
3224
+ 3
3225
+ I
3226
+ 0
3227
+ I
3228
+ 52
3229
+ I
3230
+ 13
3231
+ x
3232
+ 59
3233
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3234
+ p
3235
+ 1
3236
+ x
3237
+ 1
3238
+ v
3239
+ x
3240
+ 3
3241
+ map
3242
+ x
3243
+ 12
3244
+ assert_equal
3245
+ p
3246
+ 3
3247
+ I
3248
+ 0
3249
+ I
3250
+ 52
3251
+ I
3252
+ 15
3253
+ x
3254
+ 59
3255
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3256
+ p
3257
+ 0
3258
+ x
3259
+ 6
3260
+ should
3261
+ s
3262
+ 43
3263
+ convert the value when given a filter class
3264
+ M
3265
+ 1
3266
+ p
3267
+ 2
3268
+ x
3269
+ 9
3270
+ for_block
3271
+ t
3272
+ n
3273
+ x
3274
+ 9
3275
+ ValueTest
3276
+ i
3277
+ 21
3278
+ 5
3279
+ 7
3280
+ 0
3281
+ 64
3282
+ 7
3283
+ 1
3284
+ 64
3285
+ 35
3286
+ 2
3287
+ 39
3288
+ 2
3289
+ 56
3290
+ 3
3291
+ 50
3292
+ 4
3293
+ 0
3294
+ 47
3295
+ 49
3296
+ 5
3297
+ 2
3298
+ 11
3299
+ I
3300
+ 5
3301
+ I
3302
+ 0
3303
+ I
3304
+ 0
3305
+ I
3306
+ 0
3307
+ I
3308
+ -2
3309
+ p
3310
+ 6
3311
+ s
3312
+ 3
3313
+ FOO
3314
+ s
3315
+ 11
3316
+ "FOO" # bar
3317
+ x
3318
+ 7
3319
+ @values
3320
+ M
3321
+ 1
3322
+ p
3323
+ 2
3324
+ x
3325
+ 9
3326
+ for_block
3327
+ t
3328
+ n
3329
+ x
3330
+ 9
3331
+ ValueTest
3332
+ i
3333
+ 16
3334
+ 57
3335
+ 19
3336
+ 0
3337
+ 15
3338
+ 20
3339
+ 0
3340
+ 45
3341
+ 0
3342
+ 1
3343
+ 49
3344
+ 2
3345
+ 1
3346
+ 49
3347
+ 3
3348
+ 0
3349
+ 11
3350
+ I
3351
+ 4
3352
+ I
3353
+ 1
3354
+ I
3355
+ 1
3356
+ I
3357
+ 1
3358
+ n
3359
+ p
3360
+ 4
3361
+ x
3362
+ 6
3363
+ Upcase
3364
+ n
3365
+ x
3366
+ 7
3367
+ convert
3368
+ x
3369
+ 4
3370
+ to_s
3371
+ p
3372
+ 3
3373
+ I
3374
+ 0
3375
+ I
3376
+ 56
3377
+ I
3378
+ 10
3379
+ x
3380
+ 59
3381
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3382
+ p
3383
+ 1
3384
+ x
3385
+ 1
3386
+ v
3387
+ x
3388
+ 3
3389
+ map
3390
+ x
3391
+ 12
3392
+ assert_equal
3393
+ p
3394
+ 3
3395
+ I
3396
+ 0
3397
+ I
3398
+ 56
3399
+ I
3400
+ 15
3401
+ x
3402
+ 59
3403
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3404
+ p
3405
+ 0
3406
+ s
3407
+ 49
3408
+ convert the value when given the name of a filter
3409
+ M
3410
+ 1
3411
+ p
3412
+ 2
3413
+ x
3414
+ 9
3415
+ for_block
3416
+ t
3417
+ n
3418
+ x
3419
+ 9
3420
+ ValueTest
3421
+ i
3422
+ 42
3423
+ 5
3424
+ 7
3425
+ 0
3426
+ 64
3427
+ 7
3428
+ 1
3429
+ 64
3430
+ 35
3431
+ 2
3432
+ 39
3433
+ 2
3434
+ 56
3435
+ 3
3436
+ 50
3437
+ 4
3438
+ 0
3439
+ 47
3440
+ 49
3441
+ 5
3442
+ 2
3443
+ 15
3444
+ 5
3445
+ 7
3446
+ 0
3447
+ 64
3448
+ 7
3449
+ 1
3450
+ 64
3451
+ 35
3452
+ 2
3453
+ 39
3454
+ 2
3455
+ 56
3456
+ 6
3457
+ 50
3458
+ 4
3459
+ 0
3460
+ 47
3461
+ 49
3462
+ 5
3463
+ 2
3464
+ 11
3465
+ I
3466
+ 5
3467
+ I
3468
+ 0
3469
+ I
3470
+ 0
3471
+ I
3472
+ 0
3473
+ I
3474
+ -2
3475
+ p
3476
+ 7
3477
+ s
3478
+ 3
3479
+ FOO
3480
+ s
3481
+ 11
3482
+ "FOO" # bar
3483
+ x
3484
+ 7
3485
+ @values
3486
+ M
3487
+ 1
3488
+ p
3489
+ 2
3490
+ x
3491
+ 9
3492
+ for_block
3493
+ t
3494
+ n
3495
+ x
3496
+ 9
3497
+ ValueTest
3498
+ i
3499
+ 15
3500
+ 57
3501
+ 19
3502
+ 0
3503
+ 15
3504
+ 20
3505
+ 0
3506
+ 7
3507
+ 0
3508
+ 49
3509
+ 1
3510
+ 1
3511
+ 49
3512
+ 2
3513
+ 0
3514
+ 11
3515
+ I
3516
+ 4
3517
+ I
3518
+ 1
3519
+ I
3520
+ 1
3521
+ I
3522
+ 1
3523
+ n
3524
+ p
3525
+ 3
3526
+ x
3527
+ 6
3528
+ upcase
3529
+ x
3530
+ 7
3531
+ convert
3532
+ x
3533
+ 4
3534
+ to_s
3535
+ p
3536
+ 3
3537
+ I
3538
+ 0
3539
+ I
3540
+ 5a
3541
+ I
3542
+ f
3543
+ x
3544
+ 59
3545
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3546
+ p
3547
+ 1
3548
+ x
3549
+ 1
3550
+ v
3551
+ x
3552
+ 3
3553
+ map
3554
+ x
3555
+ 12
3556
+ assert_equal
3557
+ M
3558
+ 1
3559
+ p
3560
+ 2
3561
+ x
3562
+ 9
3563
+ for_block
3564
+ t
3565
+ n
3566
+ x
3567
+ 9
3568
+ ValueTest
3569
+ i
3570
+ 16
3571
+ 57
3572
+ 19
3573
+ 0
3574
+ 15
3575
+ 20
3576
+ 0
3577
+ 7
3578
+ 0
3579
+ 64
3580
+ 49
3581
+ 1
3582
+ 1
3583
+ 49
3584
+ 2
3585
+ 0
3586
+ 11
3587
+ I
3588
+ 4
3589
+ I
3590
+ 1
3591
+ I
3592
+ 1
3593
+ I
3594
+ 1
3595
+ n
3596
+ p
3597
+ 3
3598
+ s
3599
+ 6
3600
+ upcase
3601
+ x
3602
+ 7
3603
+ convert
3604
+ x
3605
+ 4
3606
+ to_s
3607
+ p
3608
+ 3
3609
+ I
3610
+ 0
3611
+ I
3612
+ 5b
3613
+ I
3614
+ 10
3615
+ x
3616
+ 59
3617
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3618
+ p
3619
+ 1
3620
+ x
3621
+ 1
3622
+ v
3623
+ p
3624
+ 5
3625
+ I
3626
+ 0
3627
+ I
3628
+ 5a
3629
+ I
3630
+ 15
3631
+ I
3632
+ 5b
3633
+ I
3634
+ 2a
3635
+ x
3636
+ 59
3637
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3638
+ p
3639
+ 0
3640
+ s
3641
+ 43
3642
+ convert the value when using a ghost method
3643
+ M
3644
+ 1
3645
+ p
3646
+ 2
3647
+ x
3648
+ 9
3649
+ for_block
3650
+ t
3651
+ n
3652
+ x
3653
+ 9
3654
+ ValueTest
3655
+ i
3656
+ 21
3657
+ 5
3658
+ 7
3659
+ 0
3660
+ 64
3661
+ 7
3662
+ 1
3663
+ 64
3664
+ 35
3665
+ 2
3666
+ 39
3667
+ 2
3668
+ 56
3669
+ 3
3670
+ 50
3671
+ 4
3672
+ 0
3673
+ 47
3674
+ 49
3675
+ 5
3676
+ 2
3677
+ 11
3678
+ I
3679
+ 5
3680
+ I
3681
+ 0
3682
+ I
3683
+ 0
3684
+ I
3685
+ 0
3686
+ I
3687
+ -2
3688
+ p
3689
+ 6
3690
+ s
3691
+ 3
3692
+ FOO
3693
+ s
3694
+ 11
3695
+ "FOO" # bar
3696
+ x
3697
+ 7
3698
+ @values
3699
+ M
3700
+ 1
3701
+ p
3702
+ 2
3703
+ x
3704
+ 9
3705
+ for_block
3706
+ t
3707
+ n
3708
+ x
3709
+ 9
3710
+ ValueTest
3711
+ i
3712
+ 13
3713
+ 57
3714
+ 19
3715
+ 0
3716
+ 15
3717
+ 20
3718
+ 0
3719
+ 49
3720
+ 0
3721
+ 0
3722
+ 49
3723
+ 1
3724
+ 0
3725
+ 11
3726
+ I
3727
+ 3
3728
+ I
3729
+ 1
3730
+ I
3731
+ 1
3732
+ I
3733
+ 1
3734
+ n
3735
+ p
3736
+ 2
3737
+ x
3738
+ 14
3739
+ convert_upcase
3740
+ x
3741
+ 4
3742
+ to_s
3743
+ p
3744
+ 3
3745
+ I
3746
+ 0
3747
+ I
3748
+ 5f
3749
+ I
3750
+ d
3751
+ x
3752
+ 59
3753
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3754
+ p
3755
+ 1
3756
+ x
3757
+ 1
3758
+ v
3759
+ x
3760
+ 3
3761
+ map
3762
+ x
3763
+ 12
3764
+ assert_equal
3765
+ p
3766
+ 3
3767
+ I
3768
+ 0
3769
+ I
3770
+ 5f
3771
+ I
3772
+ 15
3773
+ x
3774
+ 59
3775
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3776
+ p
3777
+ 0
3778
+ s
3779
+ 44
3780
+ not alter the value when using a filter name
3781
+ M
3782
+ 1
3783
+ p
3784
+ 2
3785
+ x
3786
+ 9
3787
+ for_block
3788
+ t
3789
+ n
3790
+ x
3791
+ 9
3792
+ ValueTest
3793
+ i
3794
+ 40
3795
+ 39
3796
+ 0
3797
+ 56
3798
+ 1
3799
+ 50
3800
+ 2
3801
+ 0
3802
+ 15
3803
+ 5
3804
+ 7
3805
+ 3
3806
+ 64
3807
+ 7
3808
+ 4
3809
+ 64
3810
+ 35
3811
+ 2
3812
+ 39
3813
+ 0
3814
+ 7
3815
+ 5
3816
+ 13
3817
+ 70
3818
+ 10
3819
+ 32
3820
+ 44
3821
+ 43
3822
+ 6
3823
+ 12
3824
+ 49
3825
+ 7
3826
+ 1
3827
+ 50
3828
+ 8
3829
+ 0
3830
+ 47
3831
+ 49
3832
+ 9
3833
+ 2
3834
+ 11
3835
+ I
3836
+ 6
3837
+ I
3838
+ 0
3839
+ I
3840
+ 0
3841
+ I
3842
+ 0
3843
+ I
3844
+ -2
3845
+ p
3846
+ 10
3847
+ x
3848
+ 7
3849
+ @values
3850
+ M
3851
+ 1
3852
+ p
3853
+ 2
3854
+ x
3855
+ 9
3856
+ for_block
3857
+ t
3858
+ n
3859
+ x
3860
+ 9
3861
+ ValueTest
3862
+ i
3863
+ 12
3864
+ 57
3865
+ 19
3866
+ 0
3867
+ 15
3868
+ 20
3869
+ 0
3870
+ 7
3871
+ 0
3872
+ 49
3873
+ 1
3874
+ 1
3875
+ 11
3876
+ I
3877
+ 4
3878
+ I
3879
+ 1
3880
+ I
3881
+ 1
3882
+ I
3883
+ 1
3884
+ n
3885
+ p
3886
+ 2
3887
+ x
3888
+ 6
3889
+ upcase
3890
+ x
3891
+ 7
3892
+ convert
3893
+ p
3894
+ 3
3895
+ I
3896
+ 0
3897
+ I
3898
+ 63
3899
+ I
3900
+ c
3901
+ x
3902
+ 59
3903
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3904
+ p
3905
+ 1
3906
+ x
3907
+ 1
3908
+ v
3909
+ x
3910
+ 4
3911
+ each
3912
+ s
3913
+ 3
3914
+ foo
3915
+ s
3916
+ 11
3917
+ "foo" # bar
3918
+ x
3919
+ 4
3920
+ to_s
3921
+ x
3922
+ 4
3923
+ Proc
3924
+ x
3925
+ 14
3926
+ __from_block__
3927
+ x
3928
+ 3
3929
+ map
3930
+ x
3931
+ 12
3932
+ assert_equal
3933
+ p
3934
+ 5
3935
+ I
3936
+ 0
3937
+ I
3938
+ 63
3939
+ I
3940
+ 8
3941
+ I
3942
+ 64
3943
+ I
3944
+ 28
3945
+ x
3946
+ 59
3947
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
3948
+ p
3949
+ 0
3950
+ s
3951
+ 45
3952
+ not alter the value when using a ghost method
3953
+ M
3954
+ 1
3955
+ p
3956
+ 2
3957
+ x
3958
+ 9
3959
+ for_block
3960
+ t
3961
+ n
3962
+ x
3963
+ 9
3964
+ ValueTest
3965
+ i
3966
+ 40
3967
+ 39
3968
+ 0
3969
+ 56
3970
+ 1
3971
+ 50
3972
+ 2
3973
+ 0
3974
+ 15
3975
+ 5
3976
+ 7
3977
+ 3
3978
+ 64
3979
+ 7
3980
+ 4
3981
+ 64
3982
+ 35
3983
+ 2
3984
+ 39
3985
+ 0
3986
+ 7
3987
+ 5
3988
+ 13
3989
+ 70
3990
+ 10
3991
+ 32
3992
+ 44
3993
+ 43
3994
+ 6
3995
+ 12
3996
+ 49
3997
+ 7
3998
+ 1
3999
+ 50
4000
+ 8
4001
+ 0
4002
+ 47
4003
+ 49
4004
+ 9
4005
+ 2
4006
+ 11
4007
+ I
4008
+ 6
4009
+ I
4010
+ 0
4011
+ I
4012
+ 0
4013
+ I
4014
+ 0
4015
+ I
4016
+ -2
4017
+ p
4018
+ 10
4019
+ x
4020
+ 7
4021
+ @values
4022
+ M
4023
+ 1
4024
+ p
4025
+ 2
4026
+ x
4027
+ 9
4028
+ for_block
4029
+ t
4030
+ n
4031
+ x
4032
+ 9
4033
+ ValueTest
4034
+ i
4035
+ 10
4036
+ 57
4037
+ 19
4038
+ 0
4039
+ 15
4040
+ 20
4041
+ 0
4042
+ 49
4043
+ 0
4044
+ 0
4045
+ 11
4046
+ I
4047
+ 3
4048
+ I
4049
+ 1
4050
+ I
4051
+ 1
4052
+ I
4053
+ 1
4054
+ n
4055
+ p
4056
+ 1
4057
+ x
4058
+ 14
4059
+ convert_upcase
4060
+ p
4061
+ 3
4062
+ I
4063
+ 0
4064
+ I
4065
+ 68
4066
+ I
4067
+ a
4068
+ x
4069
+ 59
4070
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4071
+ p
4072
+ 1
4073
+ x
4074
+ 1
4075
+ v
4076
+ x
4077
+ 4
4078
+ each
4079
+ s
4080
+ 3
4081
+ foo
4082
+ s
4083
+ 11
4084
+ "foo" # bar
4085
+ x
4086
+ 4
4087
+ to_s
4088
+ x
4089
+ 4
4090
+ Proc
4091
+ x
4092
+ 14
4093
+ __from_block__
4094
+ x
4095
+ 3
4096
+ map
4097
+ x
4098
+ 12
4099
+ assert_equal
4100
+ p
4101
+ 5
4102
+ I
4103
+ 0
4104
+ I
4105
+ 68
4106
+ I
4107
+ 8
4108
+ I
4109
+ 69
4110
+ I
4111
+ 28
4112
+ x
4113
+ 59
4114
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4115
+ p
4116
+ 0
4117
+ p
4118
+ 13
4119
+ I
4120
+ 0
4121
+ I
4122
+ 51
4123
+ I
4124
+ b
4125
+ I
4126
+ 55
4127
+ I
4128
+ 16
4129
+ I
4130
+ 59
4131
+ I
4132
+ 21
4133
+ I
4134
+ 5e
4135
+ I
4136
+ 2c
4137
+ I
4138
+ 62
4139
+ I
4140
+ 37
4141
+ I
4142
+ 67
4143
+ I
4144
+ 42
4145
+ x
4146
+ 59
4147
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4148
+ p
4149
+ 0
4150
+ x
4151
+ 7
4152
+ context
4153
+ s
4154
+ 9
4155
+ #convert!
4156
+ M
4157
+ 1
4158
+ p
4159
+ 2
4160
+ x
4161
+ 9
4162
+ for_block
4163
+ t
4164
+ n
4165
+ x
4166
+ 9
4167
+ ValueTest
4168
+ i
4169
+ 33
4170
+ 5
4171
+ 7
4172
+ 0
4173
+ 64
4174
+ 56
4175
+ 1
4176
+ 47
4177
+ 50
4178
+ 2
4179
+ 1
4180
+ 15
4181
+ 5
4182
+ 7
4183
+ 3
4184
+ 64
4185
+ 56
4186
+ 4
4187
+ 47
4188
+ 50
4189
+ 2
4190
+ 1
4191
+ 15
4192
+ 5
4193
+ 7
4194
+ 5
4195
+ 64
4196
+ 56
4197
+ 6
4198
+ 47
4199
+ 50
4200
+ 2
4201
+ 1
4202
+ 11
4203
+ I
4204
+ 4
4205
+ I
4206
+ 0
4207
+ I
4208
+ 0
4209
+ I
4210
+ 0
4211
+ I
4212
+ -2
4213
+ p
4214
+ 7
4215
+ s
4216
+ 49
4217
+ convert the value when given the name of a filter
4218
+ M
4219
+ 1
4220
+ p
4221
+ 2
4222
+ x
4223
+ 9
4224
+ for_block
4225
+ t
4226
+ n
4227
+ x
4228
+ 9
4229
+ ValueTest
4230
+ i
4231
+ 21
4232
+ 5
4233
+ 7
4234
+ 0
4235
+ 64
4236
+ 7
4237
+ 1
4238
+ 64
4239
+ 35
4240
+ 2
4241
+ 39
4242
+ 2
4243
+ 56
4244
+ 3
4245
+ 50
4246
+ 4
4247
+ 0
4248
+ 47
4249
+ 49
4250
+ 5
4251
+ 2
4252
+ 11
4253
+ I
4254
+ 5
4255
+ I
4256
+ 0
4257
+ I
4258
+ 0
4259
+ I
4260
+ 0
4261
+ I
4262
+ -2
4263
+ p
4264
+ 6
4265
+ s
4266
+ 3
4267
+ FOO
4268
+ s
4269
+ 11
4270
+ "FOO" # bar
4271
+ x
4272
+ 7
4273
+ @values
4274
+ M
4275
+ 1
4276
+ p
4277
+ 2
4278
+ x
4279
+ 9
4280
+ for_block
4281
+ t
4282
+ n
4283
+ x
4284
+ 9
4285
+ ValueTest
4286
+ i
4287
+ 15
4288
+ 57
4289
+ 19
4290
+ 0
4291
+ 15
4292
+ 20
4293
+ 0
4294
+ 7
4295
+ 0
4296
+ 49
4297
+ 1
4298
+ 1
4299
+ 49
4300
+ 2
4301
+ 0
4302
+ 11
4303
+ I
4304
+ 4
4305
+ I
4306
+ 1
4307
+ I
4308
+ 1
4309
+ I
4310
+ 1
4311
+ n
4312
+ p
4313
+ 3
4314
+ x
4315
+ 6
4316
+ upcase
4317
+ x
4318
+ 8
4319
+ convert!
4320
+ x
4321
+ 4
4322
+ to_s
4323
+ p
4324
+ 3
4325
+ I
4326
+ 0
4327
+ I
4328
+ 6f
4329
+ I
4330
+ f
4331
+ x
4332
+ 59
4333
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4334
+ p
4335
+ 1
4336
+ x
4337
+ 1
4338
+ v
4339
+ x
4340
+ 3
4341
+ map
4342
+ x
4343
+ 12
4344
+ assert_equal
4345
+ p
4346
+ 3
4347
+ I
4348
+ 0
4349
+ I
4350
+ 6f
4351
+ I
4352
+ 15
4353
+ x
4354
+ 59
4355
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4356
+ p
4357
+ 0
4358
+ x
4359
+ 6
4360
+ should
4361
+ s
4362
+ 47
4363
+ alter the value when given the name of a filter
4364
+ M
4365
+ 1
4366
+ p
4367
+ 2
4368
+ x
4369
+ 9
4370
+ for_block
4371
+ t
4372
+ n
4373
+ x
4374
+ 9
4375
+ ValueTest
4376
+ i
4377
+ 40
4378
+ 39
4379
+ 0
4380
+ 56
4381
+ 1
4382
+ 50
4383
+ 2
4384
+ 0
4385
+ 15
4386
+ 5
4387
+ 7
4388
+ 3
4389
+ 64
4390
+ 7
4391
+ 4
4392
+ 64
4393
+ 35
4394
+ 2
4395
+ 39
4396
+ 0
4397
+ 7
4398
+ 5
4399
+ 13
4400
+ 70
4401
+ 10
4402
+ 32
4403
+ 44
4404
+ 43
4405
+ 6
4406
+ 12
4407
+ 49
4408
+ 7
4409
+ 1
4410
+ 50
4411
+ 8
4412
+ 0
4413
+ 47
4414
+ 49
4415
+ 9
4416
+ 2
4417
+ 11
4418
+ I
4419
+ 6
4420
+ I
4421
+ 0
4422
+ I
4423
+ 0
4424
+ I
4425
+ 0
4426
+ I
4427
+ -2
4428
+ p
4429
+ 10
4430
+ x
4431
+ 7
4432
+ @values
4433
+ M
4434
+ 1
4435
+ p
4436
+ 2
4437
+ x
4438
+ 9
4439
+ for_block
4440
+ t
4441
+ n
4442
+ x
4443
+ 9
4444
+ ValueTest
4445
+ i
4446
+ 12
4447
+ 57
4448
+ 19
4449
+ 0
4450
+ 15
4451
+ 20
4452
+ 0
4453
+ 7
4454
+ 0
4455
+ 49
4456
+ 1
4457
+ 1
4458
+ 11
4459
+ I
4460
+ 4
4461
+ I
4462
+ 1
4463
+ I
4464
+ 1
4465
+ I
4466
+ 1
4467
+ n
4468
+ p
4469
+ 2
4470
+ x
4471
+ 6
4472
+ upcase
4473
+ x
4474
+ 8
4475
+ convert!
4476
+ p
4477
+ 3
4478
+ I
4479
+ 0
4480
+ I
4481
+ 73
4482
+ I
4483
+ c
4484
+ x
4485
+ 59
4486
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4487
+ p
4488
+ 1
4489
+ x
4490
+ 1
4491
+ v
4492
+ x
4493
+ 4
4494
+ each
4495
+ s
4496
+ 3
4497
+ FOO
4498
+ s
4499
+ 11
4500
+ "FOO" # bar
4501
+ x
4502
+ 4
4503
+ to_s
4504
+ x
4505
+ 4
4506
+ Proc
4507
+ x
4508
+ 14
4509
+ __from_block__
4510
+ x
4511
+ 3
4512
+ map
4513
+ x
4514
+ 12
4515
+ assert_equal
4516
+ p
4517
+ 5
4518
+ I
4519
+ 0
4520
+ I
4521
+ 73
4522
+ I
4523
+ 8
4524
+ I
4525
+ 74
4526
+ I
4527
+ 28
4528
+ x
4529
+ 59
4530
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4531
+ p
4532
+ 0
4533
+ s
4534
+ 41
4535
+ alter the value when using a ghost method
4536
+ M
4537
+ 1
4538
+ p
4539
+ 2
4540
+ x
4541
+ 9
4542
+ for_block
4543
+ t
4544
+ n
4545
+ x
4546
+ 9
4547
+ ValueTest
4548
+ i
4549
+ 40
4550
+ 39
4551
+ 0
4552
+ 56
4553
+ 1
4554
+ 50
4555
+ 2
4556
+ 0
4557
+ 15
4558
+ 5
4559
+ 7
4560
+ 3
4561
+ 64
4562
+ 7
4563
+ 4
4564
+ 64
4565
+ 35
4566
+ 2
4567
+ 39
4568
+ 0
4569
+ 7
4570
+ 5
4571
+ 13
4572
+ 70
4573
+ 10
4574
+ 32
4575
+ 44
4576
+ 43
4577
+ 6
4578
+ 12
4579
+ 49
4580
+ 7
4581
+ 1
4582
+ 50
4583
+ 8
4584
+ 0
4585
+ 47
4586
+ 49
4587
+ 9
4588
+ 2
4589
+ 11
4590
+ I
4591
+ 6
4592
+ I
4593
+ 0
4594
+ I
4595
+ 0
4596
+ I
4597
+ 0
4598
+ I
4599
+ -2
4600
+ p
4601
+ 10
4602
+ x
4603
+ 7
4604
+ @values
4605
+ M
4606
+ 1
4607
+ p
4608
+ 2
4609
+ x
4610
+ 9
4611
+ for_block
4612
+ t
4613
+ n
4614
+ x
4615
+ 9
4616
+ ValueTest
4617
+ i
4618
+ 10
4619
+ 57
4620
+ 19
4621
+ 0
4622
+ 15
4623
+ 20
4624
+ 0
4625
+ 49
4626
+ 0
4627
+ 0
4628
+ 11
4629
+ I
4630
+ 3
4631
+ I
4632
+ 1
4633
+ I
4634
+ 1
4635
+ I
4636
+ 1
4637
+ n
4638
+ p
4639
+ 1
4640
+ x
4641
+ 15
4642
+ convert_upcase!
4643
+ p
4644
+ 3
4645
+ I
4646
+ 0
4647
+ I
4648
+ 78
4649
+ I
4650
+ a
4651
+ x
4652
+ 59
4653
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4654
+ p
4655
+ 1
4656
+ x
4657
+ 1
4658
+ v
4659
+ x
4660
+ 4
4661
+ each
4662
+ s
4663
+ 3
4664
+ FOO
4665
+ s
4666
+ 11
4667
+ "FOO" # bar
4668
+ x
4669
+ 4
4670
+ to_s
4671
+ x
4672
+ 4
4673
+ Proc
4674
+ x
4675
+ 14
4676
+ __from_block__
4677
+ x
4678
+ 3
4679
+ map
4680
+ x
4681
+ 12
4682
+ assert_equal
4683
+ p
4684
+ 5
4685
+ I
4686
+ 0
4687
+ I
4688
+ 78
4689
+ I
4690
+ 8
4691
+ I
4692
+ 79
4693
+ I
4694
+ 28
4695
+ x
4696
+ 59
4697
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4698
+ p
4699
+ 0
4700
+ p
4701
+ 7
4702
+ I
4703
+ 0
4704
+ I
4705
+ 6e
4706
+ I
4707
+ b
4708
+ I
4709
+ 72
4710
+ I
4711
+ 16
4712
+ I
4713
+ 77
4714
+ I
4715
+ 21
4716
+ x
4717
+ 59
4718
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4719
+ p
4720
+ 0
4721
+ s
4722
+ 5
4723
+ #to_s
4724
+ M
4725
+ 1
4726
+ p
4727
+ 2
4728
+ x
4729
+ 9
4730
+ for_block
4731
+ t
4732
+ n
4733
+ x
4734
+ 9
4735
+ ValueTest
4736
+ i
4737
+ 11
4738
+ 5
4739
+ 7
4740
+ 0
4741
+ 64
4742
+ 56
4743
+ 1
4744
+ 47
4745
+ 50
4746
+ 2
4747
+ 1
4748
+ 11
4749
+ I
4750
+ 4
4751
+ I
4752
+ 0
4753
+ I
4754
+ 0
4755
+ I
4756
+ 0
4757
+ I
4758
+ -2
4759
+ p
4760
+ 3
4761
+ s
4762
+ 85
4763
+ accept a :filter option and convert the values accordingly without changing the value
4764
+ M
4765
+ 1
4766
+ p
4767
+ 2
4768
+ x
4769
+ 9
4770
+ for_block
4771
+ t
4772
+ n
4773
+ x
4774
+ 9
4775
+ ValueTest
4776
+ i
4777
+ 52
4778
+ 5
4779
+ 7
4780
+ 0
4781
+ 64
4782
+ 39
4783
+ 1
4784
+ 79
4785
+ 49
4786
+ 2
4787
+ 1
4788
+ 44
4789
+ 43
4790
+ 3
4791
+ 79
4792
+ 49
4793
+ 4
4794
+ 1
4795
+ 13
4796
+ 7
4797
+ 5
4798
+ 7
4799
+ 6
4800
+ 49
4801
+ 7
4802
+ 2
4803
+ 15
4804
+ 49
4805
+ 8
4806
+ 1
4807
+ 47
4808
+ 49
4809
+ 9
4810
+ 2
4811
+ 15
4812
+ 5
4813
+ 7
4814
+ 10
4815
+ 64
4816
+ 39
4817
+ 1
4818
+ 79
4819
+ 49
4820
+ 2
4821
+ 1
4822
+ 49
4823
+ 8
4824
+ 0
4825
+ 47
4826
+ 49
4827
+ 9
4828
+ 2
4829
+ 11
4830
+ I
4831
+ 8
4832
+ I
4833
+ 0
4834
+ I
4835
+ 0
4836
+ I
4837
+ 0
4838
+ I
4839
+ -2
4840
+ p
4841
+ 11
4842
+ s
4843
+ 11
4844
+ "FOO" # bar
4845
+ x
4846
+ 7
4847
+ @values
4848
+ x
4849
+ 2
4850
+ []
4851
+ x
4852
+ 4
4853
+ Hash
4854
+ x
4855
+ 16
4856
+ new_from_literal
4857
+ x
4858
+ 6
4859
+ filter
4860
+ x
4861
+ 6
4862
+ upcase
4863
+ x
4864
+ 3
4865
+ []=
4866
+ x
4867
+ 4
4868
+ to_s
4869
+ x
4870
+ 12
4871
+ assert_equal
4872
+ s
4873
+ 11
4874
+ "foo" # bar
4875
+ p
4876
+ 5
4877
+ I
4878
+ 0
4879
+ I
4880
+ 80
4881
+ I
4882
+ 22
4883
+ I
4884
+ 81
4885
+ I
4886
+ 34
4887
+ x
4888
+ 59
4889
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4890
+ p
4891
+ 0
4892
+ x
4893
+ 6
4894
+ should
4895
+ p
4896
+ 3
4897
+ I
4898
+ 0
4899
+ I
4900
+ 7f
4901
+ I
4902
+ b
4903
+ x
4904
+ 59
4905
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4906
+ p
4907
+ 0
4908
+ p
4909
+ 9
4910
+ I
4911
+ 0
4912
+ I
4913
+ 47
4914
+ I
4915
+ 8
4916
+ I
4917
+ 50
4918
+ I
4919
+ 13
4920
+ I
4921
+ 6d
4922
+ I
4923
+ 1e
4924
+ I
4925
+ 7e
4926
+ I
4927
+ 29
4928
+ x
4929
+ 59
4930
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4931
+ p
4932
+ 0
4933
+ p
4934
+ 9
4935
+ I
4936
+ 2
4937
+ I
4938
+ 6
4939
+ I
4940
+ d
4941
+ I
4942
+ 15
4943
+ I
4944
+ 18
4945
+ I
4946
+ 33
4947
+ I
4948
+ 23
4949
+ I
4950
+ 46
4951
+ I
4952
+ 2e
4953
+ x
4954
+ 59
4955
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4956
+ p
4957
+ 0
4958
+ x
4959
+ 13
4960
+ attach_method
4961
+ p
4962
+ 3
4963
+ I
4964
+ 2
4965
+ I
4966
+ 4
4967
+ I
4968
+ 21
4969
+ x
4970
+ 59
4971
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4972
+ p
4973
+ 0
4974
+ x
4975
+ 13
4976
+ attach_method
4977
+ p
4978
+ 5
4979
+ I
4980
+ 0
4981
+ I
4982
+ 1
4983
+ I
4984
+ 9
4985
+ I
4986
+ 3
4987
+ I
4988
+ 25
4989
+ x
4990
+ 59
4991
+ /Users/sylvester/Work/bibtex-ruby/test/bibtex/test_value.rb
4992
+ p
4993
+ 0