File: hunk_in_specs.patch

package info (click to toggle)
ruby-diff-lcs 1.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 388 kB
  • ctags: 147
  • sloc: ruby: 2,647; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: load the necessary file to define Diff:LCS::Hunk
Bug-Debian: http://bugs.debian.org/794164
Bug: https://github.com/halostatue/diff-lcs/issues/33
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2015-08-12

--- a/spec/hunk_spec.rb
+++ b/spec/hunk_spec.rb
@@ -1,6 +1,7 @@
 # -*- ruby encoding: utf-8 -*-
 
 require 'spec_helper'
+require 'diff/lcs/hunk'
 
 def h(v)
   v.to_s.bytes.to_a.map { |e| "%02x" % e }.join