This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: amc.groovy | |
=================================================================== | |
--- amc.groovy (revision 1674) | |
+++ amc.groovy (working copy) | |
@@ -24,6 +24,7 @@ | |
def backdrops = tryQuietly{ backdrops.toBoolean() } | |
def clean = tryQuietly{ clean.toBoolean() } | |
def exec = tryQuietly{ exec.toString() } | |
+def unmatched = tryQuietly{ unmatched.toString() } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
msysGit to Unix socket proxy | |
============================ | |
This small script is intended to help use msysGit sockets with the new Windows Linux Subsystem (aka Bash for Windows). | |
It was specifically designed to pass SSH keys from the KeeAgent module of KeePass secret management application to the | |
ssh utility running in the WSL (it only works with Linux sockets). However, my guess is that it will have uses for other |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Check-Header | |
{ | |
param( | |
$path | |
) | |
# Hexidecimal signatures for expected files | |
$jpg = 'FFD8FFE0'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* Copyright 2017 The MITRE Corporation | |
* and the MIT Internet Trust Consortium | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"package": "org.spockframework.report.sample", | |
"name": "Fight or Flight (Spec Style)", | |
"start": 1494944477470, | |
"tags": [ | |
{ | |
"name": "SPOCK-260", | |
"key": "issue", | |
"value": "260", | |
"url": "http:\/\/issues.spockframework.org\/detail?id=260" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Condition not satisfied: | |
1 == 2 | |
| | |
false | |
Expected :2 | |
Actual :1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@org.spockframework.runtime.model.SpecMetadata(filename = 'script1497193799260.groovy', line = 1) | |
public class VerifyTest implements groovy.lang.GroovyObject extends spock.lang.Specification { | |
private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo | |
public static transient boolean __$stMC | |
private transient groovy.lang.MetaClass metaClass | |
public VerifyTest() { | |
metaClass = /*BytecodeExpression*/ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class org/spockframework/verifyall/VerifyTest extends spock/lang/Specification implements groovy/lang/GroovyObject { | |
private synthetic static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo; | |
public synthetic static transient boolean __$stMC; | |
private synthetic transient groovy.lang.MetaClass metaClass; | |
private synthetic static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo$; | |
private synthetic static java.lang.ref.SoftReference $callSiteArray; | |
public VerifyTest() { // <init> //()V | |
<localVar:index=0 , name=this , desc=Lorg/spockframework/verifyall/VerifyTest;, sig=null, start=L1, end=L2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class org/spockframework/verifyall/VerifyTest extends spock/lang/Specification implements groovy/lang/GroovyObject { | |
private synthetic static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo; | |
public synthetic static transient boolean __$stMC; | |
private synthetic transient groovy.lang.MetaClass metaClass; | |
private synthetic static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo$; | |
private synthetic static java.lang.ref.SoftReference $callSiteArray; | |
public VerifyTest() { // <init> //()V | |
<localVar:index=0 , name=this , desc=Lorg/spockframework/verifyall/VerifyTest;, sig=null, start=L1, end=L2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.AssertionError: a | |
at org.junit.Assert.fail(Assert.java:88) | |
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:15) | |
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy) | |
at TryCatchProblem.test(TryCatchProblem.groovy:33) | |
... | |
java.lang.AssertionError: b |
OlderNewer