index
:
difftastic
a_star_module
a_star_v2
accurate_ancestors_v2
accurate_ancestors_with_fallback
add_libdifftastic
better_inline
bounded_dijkstra
bumpstack
compact_arena_syntax
create_workspace
edge_only_predecessors
empty_delimiters_heuristic
fix_newline_splitting
fringe_search
gh-pages
html_output
id_arena_for_vertex
id_arena_syntax
ida_star
master
merge_comment_blocks
parallel_diffing
pass_end_node
patch_format
remove_eq_on_syntax
shared_unique
significant_whitespace
skip_unique_atoms
syntactic_context
syntax_id
syntax_id_on_vertex
tagged_syntax_pointers_in_vertex
text_sliders
trailing_commas
try_similar_lib
unified_patch
Mirror of https://github.com/Wilfred/difftastic/
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
a2.py
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'a2.py')
-rw-r--r--
a2.py
5
1 files changed, 5 insertions, 0 deletions
diff --git a/a2.py b/a2.py
new file mode 100644
index 0000000000..8bfefc1c27
--- /dev/null
+++ b/
a2.py
@@ -0,0 +1,5 @@
+def test(a, b):
+ if a:
+ print(a)
+ if b:
+ print(b)