bibtex-ruby 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bibtex-ruby might be problematic. Click here for more details.

Files changed (52) hide show
  1. data/Gemfile.lock +2 -2
  2. data/History.txt +7 -0
  3. data/Manifest +3 -37
  4. data/Rakefile +1 -1
  5. data/features/issues/multiline_strings.feature +14 -0
  6. data/lib/bibtex/bibtex.y +9 -6
  7. data/lib/bibtex/filters.rb +5 -3
  8. data/lib/bibtex/filters/latex.rb +1 -1
  9. data/lib/bibtex/filters/linebreaks.rb +11 -0
  10. data/lib/bibtex/lexer.rb +254 -236
  11. data/lib/bibtex/parser.rb +9 -6
  12. data/lib/bibtex/version.rb +1 -1
  13. data/test/benchmark.rb +4 -1
  14. data/test/bibtex/test_lexer.rb +12 -2
  15. data/test/bibtex/test_parser.rb +21 -0
  16. metadata +14 -48
  17. data/Rakefile.compiled.rbc +0 -1994
  18. data/features/step_definitions/bibtex_steps.rbc +0 -2996
  19. data/features/step_definitions/name_steps.rbc +0 -544
  20. data/features/support/env.rbc +0 -144
  21. data/lib/bibtex.rbc +0 -725
  22. data/lib/bibtex/bibliography.rbc +0 -6729
  23. data/lib/bibtex/compatibility.rbc +0 -290
  24. data/lib/bibtex/elements.rbc +0 -5966
  25. data/lib/bibtex/entry.rbc +0 -11305
  26. data/lib/bibtex/error.rbc +0 -1000
  27. data/lib/bibtex/extensions.rbc +0 -127
  28. data/lib/bibtex/filters.rbc +0 -1178
  29. data/lib/bibtex/filters/latex.rbc +0 -361
  30. data/lib/bibtex/lexer.rbc +0 -5559
  31. data/lib/bibtex/name_parser.rbc +0 -2510
  32. data/lib/bibtex/names.rbc +0 -4710
  33. data/lib/bibtex/parser.rbc +0 -3336
  34. data/lib/bibtex/replaceable.rbc +0 -593
  35. data/lib/bibtex/utilities.rbc +0 -743
  36. data/lib/bibtex/value.rbc +0 -4291
  37. data/lib/bibtex/version.rbc +0 -209
  38. data/test/bibtex/test_bibliography.rbc +0 -4268
  39. data/test/bibtex/test_elements.rbc +0 -1554
  40. data/test/bibtex/test_entry.rbc +0 -11767
  41. data/test/bibtex/test_filters.rbc +0 -1017
  42. data/test/bibtex/test_lexer.rbc +0 -373
  43. data/test/bibtex/test_name_parser.rbc +0 -608
  44. data/test/bibtex/test_names.rbc +0 -797
  45. data/test/bibtex/test_parser.rbc +0 -2819
  46. data/test/bibtex/test_string.rbc +0 -706
  47. data/test/bibtex/test_utilities.rbc +0 -851
  48. data/test/bibtex/test_value.rbc +0 -4993
  49. data/test/helper.rbc +0 -430
  50. data/test/profile.dot +0 -191
  51. data/test/test_bibtex.rbc +0 -1785
  52. data/test/test_export.rbc +0 -908
@@ -1,1785 +0,0 @@
1
- !RBIX
2
- 16846133056282117387
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
- 35
85
- 5
86
- 66
87
- 99
88
- 7
89
- 0
90
- 45
91
- 1
92
- 2
93
- 43
94
- 3
95
- 43
96
- 4
97
- 65
98
- 49
99
- 5
100
- 3
101
- 13
102
- 99
103
- 12
104
- 7
105
- 6
106
- 12
107
- 7
108
- 7
109
- 12
110
- 65
111
- 12
112
- 49
113
- 8
114
- 4
115
- 15
116
- 49
117
- 6
118
- 0
119
- 11
120
- I
121
- 6
122
- I
123
- 0
124
- I
125
- 0
126
- I
127
- 0
128
- n
129
- p
130
- 9
131
- x
132
- 10
133
- TestBibtex
134
- x
135
- 8
136
- MiniTest
137
- n
138
- x
139
- 4
140
- Unit
141
- x
142
- 8
143
- TestCase
144
- x
145
- 10
146
- open_class
147
- x
148
- 14
149
- __class_init__
150
- M
151
- 1
152
- n
153
- n
154
- x
155
- 10
156
- TestBibtex
157
- i
158
- 128
159
- 5
160
- 66
161
- 99
162
- 7
163
- 0
164
- 7
165
- 1
166
- 65
167
- 67
168
- 49
169
- 2
170
- 0
171
- 49
172
- 3
173
- 4
174
- 15
175
- 99
176
- 7
177
- 4
178
- 7
179
- 5
180
- 65
181
- 67
182
- 49
183
- 2
184
- 0
185
- 49
186
- 3
187
- 4
188
- 15
189
- 99
190
- 7
191
- 6
192
- 7
193
- 7
194
- 65
195
- 67
196
- 49
197
- 2
198
- 0
199
- 49
200
- 3
201
- 4
202
- 15
203
- 99
204
- 7
205
- 8
206
- 7
207
- 9
208
- 65
209
- 67
210
- 49
211
- 2
212
- 0
213
- 49
214
- 3
215
- 4
216
- 15
217
- 99
218
- 7
219
- 10
220
- 7
221
- 11
222
- 65
223
- 67
224
- 49
225
- 2
226
- 0
227
- 49
228
- 3
229
- 4
230
- 15
231
- 99
232
- 7
233
- 12
234
- 7
235
- 13
236
- 65
237
- 67
238
- 49
239
- 2
240
- 0
241
- 49
242
- 3
243
- 4
244
- 15
245
- 99
246
- 7
247
- 14
248
- 7
249
- 15
250
- 65
251
- 67
252
- 49
253
- 2
254
- 0
255
- 49
256
- 3
257
- 4
258
- 15
259
- 99
260
- 7
261
- 16
262
- 7
263
- 17
264
- 65
265
- 67
266
- 49
267
- 2
268
- 0
269
- 49
270
- 3
271
- 4
272
- 15
273
- 99
274
- 7
275
- 18
276
- 7
277
- 19
278
- 65
279
- 67
280
- 49
281
- 2
282
- 0
283
- 49
284
- 3
285
- 4
286
- 11
287
- I
288
- 5
289
- I
290
- 0
291
- I
292
- 0
293
- I
294
- 0
295
- n
296
- p
297
- 20
298
- x
299
- 5
300
- setup
301
- M
302
- 1
303
- n
304
- n
305
- x
306
- 5
307
- setup
308
- i
309
- 2
310
- 1
311
- 11
312
- I
313
- 1
314
- I
315
- 0
316
- I
317
- 0
318
- I
319
- 0
320
- n
321
- p
322
- 0
323
- p
324
- 5
325
- I
326
- -1
327
- I
328
- 6
329
- I
330
- 0
331
- I
332
- 7
333
- I
334
- 2
335
- x
336
- 53
337
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
338
- p
339
- 0
340
- x
341
- 17
342
- method_visibility
343
- x
344
- 15
345
- add_defn_method
346
- x
347
- 8
348
- teardown
349
- M
350
- 1
351
- n
352
- n
353
- x
354
- 8
355
- teardown
356
- i
357
- 2
358
- 1
359
- 11
360
- I
361
- 1
362
- I
363
- 0
364
- I
365
- 0
366
- I
367
- 0
368
- n
369
- p
370
- 0
371
- p
372
- 5
373
- I
374
- -1
375
- I
376
- 9
377
- I
378
- 0
379
- I
380
- a
381
- I
382
- 2
383
- x
384
- 53
385
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
386
- p
387
- 0
388
- x
389
- 10
390
- test_empty
391
- M
392
- 1
393
- n
394
- n
395
- x
396
- 10
397
- test_empty
398
- i
399
- 69
400
- 45
401
- 0
402
- 1
403
- 43
404
- 2
405
- 45
406
- 3
407
- 4
408
- 7
409
- 5
410
- 49
411
- 6
412
- 1
413
- 44
414
- 43
415
- 7
416
- 79
417
- 49
418
- 8
419
- 1
420
- 13
421
- 7
422
- 9
423
- 3
424
- 49
425
- 10
426
- 2
427
- 15
428
- 49
429
- 11
430
- 2
431
- 19
432
- 0
433
- 15
434
- 5
435
- 20
436
- 0
437
- 47
438
- 49
439
- 12
440
- 1
441
- 15
442
- 5
443
- 45
444
- 0
445
- 13
446
- 43
447
- 2
448
- 20
449
- 0
450
- 49
451
- 14
452
- 0
453
- 47
454
- 49
455
- 15
456
- 2
457
- 15
458
- 5
459
- 20
460
- 0
461
- 49
462
- 16
463
- 0
464
- 47
465
- 49
466
- 17
467
- 1
468
- 11
469
- I
470
- 7
471
- I
472
- 1
473
- I
474
- 0
475
- I
476
- 0
477
- n
478
- p
479
- 18
480
- x
481
- 6
482
- BibTeX
483
- n
484
- x
485
- 12
486
- Bibliography
487
- x
488
- 4
489
- Test
490
- n
491
- x
492
- 5
493
- empty
494
- x
495
- 8
496
- fixtures
497
- x
498
- 4
499
- Hash
500
- x
501
- 16
502
- new_from_literal
503
- x
504
- 5
505
- debug
506
- x
507
- 3
508
- []=
509
- x
510
- 4
511
- open
512
- x
513
- 10
514
- refute_nil
515
- n
516
- x
517
- 5
518
- class
519
- x
520
- 12
521
- assert_equal
522
- x
523
- 6
524
- empty?
525
- x
526
- 6
527
- assert
528
- p
529
- 11
530
- I
531
- -1
532
- I
533
- c
534
- I
535
- 0
536
- I
537
- d
538
- I
539
- 22
540
- I
541
- e
542
- I
543
- 2a
544
- I
545
- f
546
- I
547
- 3a
548
- I
549
- 10
550
- I
551
- 45
552
- x
553
- 53
554
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
555
- p
556
- 1
557
- x
558
- 3
559
- bib
560
- x
561
- 14
562
- test_no_bibtex
563
- M
564
- 1
565
- n
566
- n
567
- x
568
- 14
569
- test_no_bibtex
570
- i
571
- 69
572
- 45
573
- 0
574
- 1
575
- 43
576
- 2
577
- 45
578
- 3
579
- 4
580
- 7
581
- 5
582
- 49
583
- 6
584
- 1
585
- 44
586
- 43
587
- 7
588
- 79
589
- 49
590
- 8
591
- 1
592
- 13
593
- 7
594
- 9
595
- 3
596
- 49
597
- 10
598
- 2
599
- 15
600
- 49
601
- 11
602
- 2
603
- 19
604
- 0
605
- 15
606
- 5
607
- 20
608
- 0
609
- 47
610
- 49
611
- 12
612
- 1
613
- 15
614
- 5
615
- 45
616
- 0
617
- 13
618
- 43
619
- 2
620
- 20
621
- 0
622
- 49
623
- 14
624
- 0
625
- 47
626
- 49
627
- 15
628
- 2
629
- 15
630
- 5
631
- 20
632
- 0
633
- 49
634
- 16
635
- 0
636
- 47
637
- 49
638
- 17
639
- 1
640
- 11
641
- I
642
- 7
643
- I
644
- 1
645
- I
646
- 0
647
- I
648
- 0
649
- n
650
- p
651
- 18
652
- x
653
- 6
654
- BibTeX
655
- n
656
- x
657
- 12
658
- Bibliography
659
- x
660
- 4
661
- Test
662
- n
663
- x
664
- 9
665
- no_bibtex
666
- x
667
- 8
668
- fixtures
669
- x
670
- 4
671
- Hash
672
- x
673
- 16
674
- new_from_literal
675
- x
676
- 5
677
- debug
678
- x
679
- 3
680
- []=
681
- x
682
- 4
683
- open
684
- x
685
- 10
686
- refute_nil
687
- n
688
- x
689
- 5
690
- class
691
- x
692
- 12
693
- assert_equal
694
- x
695
- 6
696
- empty?
697
- x
698
- 6
699
- assert
700
- p
701
- 11
702
- I
703
- -1
704
- I
705
- 13
706
- I
707
- 0
708
- I
709
- 14
710
- I
711
- 22
712
- I
713
- 15
714
- I
715
- 2a
716
- I
717
- 16
718
- I
719
- 3a
720
- I
721
- 17
722
- I
723
- 45
724
- x
725
- 53
726
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
727
- p
728
- 1
729
- x
730
- 3
731
- bib
732
- x
733
- 12
734
- test_decoret
735
- M
736
- 1
737
- n
738
- n
739
- x
740
- 12
741
- test_decoret
742
- i
743
- 243
744
- 45
745
- 0
746
- 1
747
- 43
748
- 2
749
- 45
750
- 3
751
- 4
752
- 7
753
- 5
754
- 49
755
- 6
756
- 1
757
- 44
758
- 43
759
- 7
760
- 79
761
- 49
762
- 8
763
- 1
764
- 13
765
- 7
766
- 9
767
- 3
768
- 49
769
- 10
770
- 2
771
- 15
772
- 49
773
- 11
774
- 2
775
- 19
776
- 0
777
- 15
778
- 5
779
- 4
780
- 15
781
- 20
782
- 0
783
- 49
784
- 12
785
- 0
786
- 47
787
- 49
788
- 13
789
- 2
790
- 15
791
- 5
792
- 45
793
- 0
794
- 14
795
- 43
796
- 15
797
- 45
798
- 0
799
- 16
800
- 43
801
- 17
802
- 45
803
- 0
804
- 18
805
- 43
806
- 19
807
- 45
808
- 0
809
- 20
810
- 43
811
- 21
812
- 35
813
- 4
814
- 20
815
- 0
816
- 49
817
- 22
818
- 0
819
- 7
820
- 23
821
- 13
822
- 70
823
- 10
824
- 88
825
- 44
826
- 43
827
- 24
828
- 12
829
- 49
830
- 25
831
- 1
832
- 50
833
- 26
834
- 0
835
- 49
836
- 27
837
- 0
838
- 47
839
- 49
840
- 13
841
- 2
842
- 15
843
- 5
844
- 7
845
- 28
846
- 64
847
- 20
848
- 0
849
- 49
850
- 22
851
- 0
852
- 78
853
- 49
854
- 29
855
- 1
856
- 49
857
- 30
858
- 0
859
- 47
860
- 49
861
- 13
862
- 2
863
- 15
864
- 5
865
- 7
866
- 31
867
- 20
868
- 0
869
- 7
870
- 32
871
- 49
872
- 29
873
- 1
874
- 49
875
- 33
876
- 0
877
- 47
878
- 49
879
- 13
880
- 2
881
- 15
882
- 5
883
- 7
884
- 34
885
- 64
886
- 20
887
- 0
888
- 7
889
- 32
890
- 49
891
- 29
892
- 1
893
- 7
894
- 35
895
- 49
896
- 29
897
- 1
898
- 49
899
- 36
900
- 0
901
- 47
902
- 49
903
- 13
904
- 2
905
- 15
906
- 5
907
- 7
908
- 37
909
- 64
910
- 20
911
- 0
912
- 7
913
- 32
914
- 49
915
- 29
916
- 1
917
- 7
918
- 38
919
- 49
920
- 29
921
- 1
922
- 47
923
- 49
924
- 13
925
- 2
926
- 15
927
- 5
928
- 7
929
- 39
930
- 64
931
- 20
932
- 0
933
- 7
934
- 32
935
- 49
936
- 29
937
- 1
938
- 7
939
- 40
940
- 49
941
- 29
942
- 1
943
- 47
944
- 49
945
- 13
946
- 2
947
- 15
948
- 5
949
- 7
950
- 31
951
- 20
952
- 0
953
- 7
954
- 41
955
- 49
956
- 29
957
- 1
958
- 49
959
- 33
960
- 0
961
- 47
962
- 49
963
- 13
964
- 2
965
- 15
966
- 5
967
- 7
968
- 42
969
- 64
970
- 20
971
- 0
972
- 7
973
- 41
974
- 49
975
- 29
976
- 1
977
- 7
978
- 38
979
- 49
980
- 29
981
- 1
982
- 47
983
- 49
984
- 13
985
- 2
986
- 11
987
- I
988
- 7
989
- I
990
- 1
991
- I
992
- 0
993
- I
994
- 0
995
- n
996
- p
997
- 43
998
- x
999
- 6
1000
- BibTeX
1001
- n
1002
- x
1003
- 12
1004
- Bibliography
1005
- x
1006
- 4
1007
- Test
1008
- n
1009
- x
1010
- 7
1011
- decoret
1012
- x
1013
- 8
1014
- fixtures
1015
- x
1016
- 4
1017
- Hash
1018
- x
1019
- 16
1020
- new_from_literal
1021
- x
1022
- 5
1023
- debug
1024
- x
1025
- 3
1026
- []=
1027
- x
1028
- 4
1029
- open
1030
- x
1031
- 6
1032
- length
1033
- x
1034
- 12
1035
- assert_equal
1036
- n
1037
- x
1038
- 5
1039
- Entry
1040
- n
1041
- x
1042
- 7
1043
- Comment
1044
- n
1045
- x
1046
- 6
1047
- String
1048
- n
1049
- x
1050
- 8
1051
- Preamble
1052
- x
1053
- 4
1054
- data
1055
- x
1056
- 5
1057
- class
1058
- x
1059
- 4
1060
- Proc
1061
- x
1062
- 14
1063
- __from_block__
1064
- x
1065
- 3
1066
- map
1067
- x
1068
- 4
1069
- uniq
1070
- s
1071
- 4
1072
- py03
1073
- x
1074
- 2
1075
- []
1076
- x
1077
- 3
1078
- key
1079
- x
1080
- 7
1081
- article
1082
- x
1083
- 4
1084
- py03
1085
- x
1086
- 4
1087
- type
1088
- s
1089
- 17
1090
- D\'ecoret, Xavier
1091
- x
1092
- 6
1093
- author
1094
- x
1095
- 4
1096
- to_s
1097
- s
1098
- 7
1099
- PyBiTex
1100
- x
1101
- 5
1102
- title
1103
- s
1104
- 4
1105
- 2003
1106
- x
1107
- 4
1108
- year
1109
- x
1110
- 5
1111
- key03
1112
- s
1113
- 32
1114
- A {bunch {of} braces {in}} title
1115
- p
1116
- 23
1117
- I
1118
- -1
1119
- I
1120
- 1a
1121
- I
1122
- 0
1123
- I
1124
- 1b
1125
- I
1126
- 22
1127
- I
1128
- 1c
1129
- I
1130
- 2f
1131
- I
1132
- 1d
1133
- I
1134
- 63
1135
- I
1136
- 1e
1137
- I
1138
- 78
1139
- I
1140
- 1f
1141
- I
1142
- 8a
1143
- I
1144
- 20
1145
- I
1146
- a2
1147
- I
1148
- 21
1149
- I
1150
- b7
1151
- I
1152
- 22
1153
- I
1154
- cc
1155
- I
1156
- 23
1157
- I
1158
- de
1159
- I
1160
- 24
1161
- I
1162
- f3
1163
- x
1164
- 53
1165
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1166
- p
1167
- 1
1168
- x
1169
- 3
1170
- bib
1171
- x
1172
- 12
1173
- test_bibdesk
1174
- M
1175
- 1
1176
- n
1177
- n
1178
- x
1179
- 12
1180
- test_bibdesk
1181
- i
1182
- 87
1183
- 45
1184
- 0
1185
- 1
1186
- 43
1187
- 2
1188
- 45
1189
- 3
1190
- 4
1191
- 7
1192
- 5
1193
- 49
1194
- 6
1195
- 1
1196
- 44
1197
- 43
1198
- 7
1199
- 79
1200
- 49
1201
- 8
1202
- 1
1203
- 13
1204
- 7
1205
- 9
1206
- 3
1207
- 49
1208
- 10
1209
- 2
1210
- 15
1211
- 49
1212
- 11
1213
- 2
1214
- 19
1215
- 0
1216
- 15
1217
- 5
1218
- 4
1219
- 3
1220
- 20
1221
- 0
1222
- 49
1223
- 12
1224
- 0
1225
- 47
1226
- 49
1227
- 13
1228
- 2
1229
- 15
1230
- 5
1231
- 7
1232
- 14
1233
- 64
1234
- 20
1235
- 0
1236
- 78
1237
- 49
1238
- 15
1239
- 1
1240
- 49
1241
- 16
1242
- 0
1243
- 47
1244
- 49
1245
- 13
1246
- 2
1247
- 15
1248
- 5
1249
- 7
1250
- 17
1251
- 64
1252
- 20
1253
- 0
1254
- 7
1255
- 18
1256
- 49
1257
- 15
1258
- 1
1259
- 7
1260
- 19
1261
- 64
1262
- 49
1263
- 15
1264
- 1
1265
- 47
1266
- 49
1267
- 13
1268
- 2
1269
- 11
1270
- I
1271
- 7
1272
- I
1273
- 1
1274
- I
1275
- 0
1276
- I
1277
- 0
1278
- n
1279
- p
1280
- 20
1281
- x
1282
- 6
1283
- BibTeX
1284
- n
1285
- x
1286
- 12
1287
- Bibliography
1288
- x
1289
- 4
1290
- Test
1291
- n
1292
- x
1293
- 7
1294
- bibdesk
1295
- x
1296
- 8
1297
- fixtures
1298
- x
1299
- 4
1300
- Hash
1301
- x
1302
- 16
1303
- new_from_literal
1304
- x
1305
- 5
1306
- debug
1307
- x
1308
- 3
1309
- []=
1310
- x
1311
- 4
1312
- open
1313
- x
1314
- 6
1315
- length
1316
- x
1317
- 12
1318
- assert_equal
1319
- s
1320
- 5
1321
- rails
1322
- x
1323
- 2
1324
- []
1325
- x
1326
- 3
1327
- key
1328
- s
1329
- 25
1330
- 2010-08-05 10:06:32 +0200
1331
- x
1332
- 6
1333
- dragon
1334
- s
1335
- 13
1336
- date-modified
1337
- p
1338
- 11
1339
- I
1340
- -1
1341
- I
1342
- 2d
1343
- I
1344
- 0
1345
- I
1346
- 2e
1347
- I
1348
- 22
1349
- I
1350
- 2f
1351
- I
1352
- 2f
1353
- I
1354
- 30
1355
- I
1356
- 41
1357
- I
1358
- 31
1359
- I
1360
- 57
1361
- x
1362
- 53
1363
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1364
- p
1365
- 1
1366
- x
1367
- 3
1368
- bib
1369
- x
1370
- 14
1371
- test_roundtrip
1372
- M
1373
- 1
1374
- n
1375
- n
1376
- x
1377
- 14
1378
- test_roundtrip
1379
- i
1380
- 2
1381
- 1
1382
- 11
1383
- I
1384
- 1
1385
- I
1386
- 0
1387
- I
1388
- 0
1389
- I
1390
- 0
1391
- n
1392
- p
1393
- 0
1394
- p
1395
- 5
1396
- I
1397
- -1
1398
- I
1399
- 34
1400
- I
1401
- 0
1402
- I
1403
- 38
1404
- I
1405
- 2
1406
- x
1407
- 53
1408
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1409
- p
1410
- 0
1411
- x
1412
- 14
1413
- test_construct
1414
- M
1415
- 1
1416
- n
1417
- n
1418
- x
1419
- 14
1420
- test_construct
1421
- i
1422
- 2
1423
- 1
1424
- 11
1425
- I
1426
- 1
1427
- I
1428
- 0
1429
- I
1430
- 0
1431
- I
1432
- 0
1433
- n
1434
- p
1435
- 0
1436
- p
1437
- 5
1438
- I
1439
- -1
1440
- I
1441
- 3a
1442
- I
1443
- 0
1444
- I
1445
- 4b
1446
- I
1447
- 2
1448
- x
1449
- 53
1450
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1451
- p
1452
- 0
1453
- x
1454
- 10
1455
- test_parse
1456
- M
1457
- 1
1458
- n
1459
- n
1460
- x
1461
- 10
1462
- test_parse
1463
- i
1464
- 114
1465
- 45
1466
- 0
1467
- 1
1468
- 43
1469
- 2
1470
- 13
1471
- 71
1472
- 3
1473
- 47
1474
- 9
1475
- 23
1476
- 47
1477
- 49
1478
- 4
1479
- 0
1480
- 13
1481
- 47
1482
- 49
1483
- 5
1484
- 0
1485
- 15
1486
- 8
1487
- 26
1488
- 49
1489
- 3
1490
- 0
1491
- 19
1492
- 0
1493
- 15
1494
- 20
1495
- 0
1496
- 45
1497
- 0
1498
- 6
1499
- 43
1500
- 7
1501
- 7
1502
- 8
1503
- 64
1504
- 49
1505
- 9
1506
- 1
1507
- 49
1508
- 10
1509
- 1
1510
- 15
1511
- 20
1512
- 0
1513
- 45
1514
- 0
1515
- 11
1516
- 43
1517
- 7
1518
- 7
1519
- 12
1520
- 64
1521
- 49
1522
- 9
1523
- 1
1524
- 49
1525
- 10
1526
- 1
1527
- 15
1528
- 5
1529
- 80
1530
- 20
1531
- 0
1532
- 49
1533
- 13
1534
- 0
1535
- 47
1536
- 49
1537
- 14
1538
- 2
1539
- 15
1540
- 5
1541
- 20
1542
- 0
1543
- 7
1544
- 15
1545
- 49
1546
- 16
1547
- 1
1548
- 47
1549
- 49
1550
- 17
1551
- 1
1552
- 15
1553
- 20
1554
- 0
1555
- 49
1556
- 18
1557
- 0
1558
- 15
1559
- 5
1560
- 7
1561
- 19
1562
- 64
1563
- 20
1564
- 0
1565
- 7
1566
- 20
1567
- 64
1568
- 49
1569
- 16
1570
- 1
1571
- 49
1572
- 21
1573
- 0
1574
- 47
1575
- 49
1576
- 14
1577
- 2
1578
- 11
1579
- I
1580
- 5
1581
- I
1582
- 1
1583
- I
1584
- 0
1585
- I
1586
- 0
1587
- n
1588
- p
1589
- 22
1590
- x
1591
- 6
1592
- BibTeX
1593
- n
1594
- x
1595
- 12
1596
- Bibliography
1597
- x
1598
- 3
1599
- new
1600
- x
1601
- 8
1602
- allocate
1603
- x
1604
- 10
1605
- initialize
1606
- n
1607
- x
1608
- 7
1609
- Element
1610
- s
1611
- 49
1612
- @string{ pragprog = "The Pragmatic Bookshelf" }
1613
- x
1614
- 5
1615
- parse
1616
- x
1617
- 3
1618
- add
1619
- n
1620
- s
1621
- 413
1622
- @book{rails,
1623
- address = {Raleigh, North Carolina},
1624
- author = {Ruby, Sam and Thomas, Dave and Hansson Heinemeier, David},
1625
- booktitle = {Agile Web Development with Rails},
1626
- edition = {third},
1627
- keywords = {ruby, rails},
1628
- publisher = pragprog,
1629
- series = {The Facets of Ruby},
1630
- title = {Agile Web Development with Rails},
1631
- year = {2009}
1632
- }
1633
-
1634
- x
1635
- 6
1636
- length
1637
- x
1638
- 12
1639
- assert_equal
1640
- x
1641
- 5
1642
- rails
1643
- x
1644
- 2
1645
- []
1646
- x
1647
- 10
1648
- refute_nil
1649
- x
1650
- 15
1651
- replace_strings
1652
- s
1653
- 23
1654
- The Pragmatic Bookshelf
1655
- s
1656
- 5
1657
- rails
1658
- x
1659
- 9
1660
- publisher
1661
- p
1662
- 17
1663
- I
1664
- -1
1665
- I
1666
- 4d
1667
- I
1668
- 0
1669
- I
1670
- 4e
1671
- I
1672
- 1d
1673
- I
1674
- 4f
1675
- I
1676
- 2e
1677
- I
1678
- 50
1679
- I
1680
- 3f
1681
- I
1682
- 5e
1683
- I
1684
- 4b
1685
- I
1686
- 5f
1687
- I
1688
- 58
1689
- I
1690
- 60
1691
- I
1692
- 5e
1693
- I
1694
- 61
1695
- I
1696
- 72
1697
- x
1698
- 53
1699
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1700
- p
1701
- 1
1702
- x
1703
- 3
1704
- bib
1705
- p
1706
- 19
1707
- I
1708
- 2
1709
- I
1710
- 6
1711
- I
1712
- 10
1713
- I
1714
- 9
1715
- I
1716
- 1e
1717
- I
1718
- c
1719
- I
1720
- 2c
1721
- I
1722
- 13
1723
- I
1724
- 3a
1725
- I
1726
- 1a
1727
- I
1728
- 48
1729
- I
1730
- 2d
1731
- I
1732
- 56
1733
- I
1734
- 34
1735
- I
1736
- 64
1737
- I
1738
- 3a
1739
- I
1740
- 72
1741
- I
1742
- 4d
1743
- I
1744
- 80
1745
- x
1746
- 53
1747
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1748
- p
1749
- 0
1750
- x
1751
- 13
1752
- attach_method
1753
- p
1754
- 3
1755
- I
1756
- 2
1757
- I
1758
- 4
1759
- I
1760
- 23
1761
- x
1762
- 53
1763
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1764
- p
1765
- 0
1766
- x
1767
- 13
1768
- attach_method
1769
- p
1770
- 5
1771
- I
1772
- 0
1773
- I
1774
- 1
1775
- I
1776
- 9
1777
- I
1778
- 3
1779
- I
1780
- 25
1781
- x
1782
- 53
1783
- /Users/sylvester/Work/bibtex-ruby/test/test_bibtex.rb
1784
- p
1785
- 0